#291675

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

Shades of Persian Indigo #291675

Tints of Persian Indigo #291675

Color information

#291675 (or 0x291675) is unknown color: approx Persian Indigo. HEX triplet: 29, 16 and 75. RGB value is (41,22,117). Sum of RGB (Red+Green+Blue) = 41+22+117=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #291675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291675 is #D6E98A. Grayscale: #262626. Windows color (decimal): -14084491 or 7673385. OLE color: 7673385.

HSL color Cylindrical-coordinate representation of color #291675: hue angle of 252º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291675 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4122117-
CMYK0.650.8100.54
HSL252º68.35%27.25%-
HSV(B)252º81.2%45.88%-
XYZ4.412.3317.05-
YUV38.51172.29129.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 117 (46.09% from 255) = 65%
R=22.78%
G=12.22%
B=65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41221170.650.8100.5425268.3527.25
Hex2916754151036fc441b
Octal512616510112106637410433
Binary10100110110111010110000011010001011011011111100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291675; }

 p { color: rgb(41,22,117); }

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

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

 a { background-color: rgb(41,22,117); }

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

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

 span { border-color: rgb(41,22,117); }

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