#291D8E

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

Shades of Persian Indigo #291D8E

Tints of Persian Indigo #291D8E

Color information

#291D8E (or 0x291D8E) is unknown color: approx Persian Indigo. HEX triplet: 29, 1D and 8E. RGB value is (41,29,142). Sum of RGB (Red+Green+Blue) = 41+29+142=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #291D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291D8E is #D6E271. Grayscale: #2D2D2D. Windows color (decimal): -14082674 or 9313577. OLE color: 9313577.

HSL color Cylindrical-coordinate representation of color #291D8E: hue angle of 246.37º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291D8E is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4129142-
CMYK0.710.8000.44
HSL246.37º66.08%33.53%-
HSV(B)246.37º79.58%55.69%-
XYZ6.243.325.9-
YUV45.47182.48124.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 29 (11.72% from 255) = 13.68%
BLUE value IS 142 (55.86% from 255) = 66.98%
R=19.34%
G=13.68%
B=66.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41291420.710.8000.44246.3766.0833.53
Hex291D8E475002Cf64222
Octal513521610712005436610242
Binary1010011110110001110100011110100000101100111101101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,29,142); }

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

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

 a { background-color: rgb(41,29,142); }

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

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

 span { border-color: rgb(41,29,142); }

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