#291FC2

Color #291FC2 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #291FC2

Tints of Persian Blue #291FC2

Color information

#291FC2 (or 0x291FC2) is unknown color: approx Persian Blue. HEX triplet: 29, 1F and C2. RGB value is (41,31,194). Sum of RGB (Red+Green+Blue) = 41+31+194=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 194 (76.17% from 255 or 72.93% from 266); Max value from RGB is 194 - color contains mainly: blue. Hex color #291FC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291FC2 is #D6E03D. Grayscale: #333333. Windows color (decimal): -14082110 or 12721961. OLE color: 12721961.

HSL color Cylindrical-coordinate representation of color #291FC2: hue angle of 243.68º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291FC2 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4131194-
CMYK0.790.8400.24
HSL243.68º72.44%44.12%-
HSV(B)243.68º84.02%76.08%-
XYZ11.145.3551.48-
YUV52.57207.81119.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 31 (12.5% from 255) = 11.65%
BLUE value IS 194 (76.17% from 255) = 72.93%
R=15.41%
G=11.65%
B=72.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal41311940.790.8400.24243.6872.4444.12
Hex291FC24F54018f4482c
Octal513730211712403036411054
Binary101001111111100001010011111010100011000111101001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291FC2; }

 p { color: rgb(41,31,194); }

 H1.HeaderClassName
 {
   color: #291FC2;
 }
 .AnyTagClassName
 {
   color: #291FC2;
 }
</style>
background-color css

<style>
 a { background-color: #291FC2; }

 a { background-color: rgb(41,31,194); }

 div.DivClassName
 {
   background-color: #291FC2;
 }
 .BgClassName
 {
   background-color: #291FC2;
 }
</style>
border-color css

<style>
 span { border-color: #291FC2; }

 span { border-color: rgb(41,31,194); }

 td.TdClassName
 {
   border-color: #291FC2;
 }
 .TagClassName
 {
   border-color: #291FC2;
 }
</style>