#290675

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

Shades of Persian Indigo #290675

Tints of Persian Indigo #290675

Color information

#290675 (or 0x290675) is unknown color: approx Persian Indigo. HEX triplet: 29, 06 and 75. RGB value is (41,6,117). Sum of RGB (Red+Green+Blue) = 41+6+117=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #290675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290675 is #D6F98A. Grayscale: #1C1C1C. Windows color (decimal): -14088587 or 7669289. OLE color: 7669289.

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

Color convert

RGB416117-
CMYK0.650.9500.54
HSL258.92º90.24%24.12%-
HSV(B)258.92º94.87%45.88%-
XYZ4.191.8916.97-
YUV29.12177.6136.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 6 (2.73% from 255) = 3.66%
BLUE value IS 117 (46.09% from 255) = 71.34%
R=25%
G=3.66%
B=71.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4161170.650.9500.54258.9290.2424.12
Hex29675415F0361035a18
Octal51616510113706640313230
Binary1010011101110101100000110111110110110100000011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290675; }

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

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

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

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

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

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

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

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