#290266

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

Shades of Persian Indigo #290266

Tints of Persian Indigo #290266

Color information

#290266 (or 0x290266) is unknown color: approx Persian Indigo. HEX triplet: 29, 02 and 66. RGB value is (41,2,102). Sum of RGB (Red+Green+Blue) = 41+2+102=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #290266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290266 is #D6FD99. Grayscale: #181818. Windows color (decimal): -14089626 or 6685225. OLE color: 6685225.

HSL color Cylindrical-coordinate representation of color #290266: hue angle of 263.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290266 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB412102-
CMYK0.600.9800.6
HSL263.4º96.15%20.39%-
HSV(B)263.4º98.04%40%-
XYZ3.331.4712.68-
YUV25.06171.42139.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 102 (40.23% from 255) = 70.34%
R=28.28%
G=1.38%
B=70.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4121020.600.9800.6263.496.1520.39
Hex292663C6203C1076014
Octal5121467414207440714024
Binary10100110110011011110011000100111100100000111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290266; }

 p { color: rgb(41,2,102); }

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

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

 a { background-color: rgb(41,2,102); }

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

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

 span { border-color: rgb(41,2,102); }

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