#290875

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

Shades of Persian Indigo #290875

Tints of Persian Indigo #290875

Color information

#290875 (or 0x290875) is unknown color: approx Persian Indigo. HEX triplet: 29, 08 and 75. RGB value is (41,8,117). Sum of RGB (Red+Green+Blue) = 41+8+117=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #290875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290875 is #D6F78A. Grayscale: #1D1D1D. Windows color (decimal): -14088075 or 7669801. OLE color: 7669801.

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

Color convert

RGB418117-
CMYK0.650.9300.54
HSL258.17º87.2%24.51%-
HSV(B)258.17º93.16%45.88%-
XYZ4.211.9316.98-
YUV30.29176.93135.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 117 (46.09% from 255) = 70.48%
R=24.70%
G=4.82%
B=70.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4181170.650.9300.54258.1787.224.51
Hex29875415D0361025719
Octal511016510113506640212731
Binary10100110001110101100000110111010110110100000010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290875; }

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

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

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

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

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

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

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

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