#290061

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

Shades of Persian Indigo #290061

Tints of Persian Indigo #290061

Color information

#290061 (or 0x290061) is unknown color: approx Persian Indigo. HEX triplet: 29, 00 and 61. RGB value is (41,0,97). Sum of RGB (Red+Green+Blue) = 41+0+97=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #290061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290061 is #D6FF9E. Grayscale: #161616. Windows color (decimal): -14090143 or 6357033. OLE color: 6357033.

HSL color Cylindrical-coordinate representation of color #290061: hue angle of 265.36º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290061 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB41097-
CMYK0.58100.62
HSL265.36º100%19.02%-
HSV(B)265.36º100%38.04%-
XYZ3.071.3311.4-
YUV23.32169.58140.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 70.29%
R=29.71%
G=0%
B=70.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal410970.58100.62265.3610019.02
Hex290613A6403E1096413
Octal5101417214407641114423
Binary1010010110000111101011001000111110100001001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290061; }

 p { color: rgb(41,0,97); }

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

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

 a { background-color: rgb(41,0,97); }

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

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

 span { border-color: rgb(41,0,97); }

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