Html Css Color HEX #290672 Persian Indigo

📋 copy color: '#290672'

red 41 ◦ green 6 ◦ blue 114

#290672
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #290672

Tints of Persian Indigo #290672

RGB

 RED value IS 41 (16.41% from 255) = 25.47%

 GREEN value IS 6 (2.73% from 255) = 3.73%

 BLUE value IS 114 (44.92% from 255) = 70.81%

R = 25.47%
G = 3.73%
B = 70.81%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#290672 (or 0x290672) is known color: Persian Indigo. HEX triplet: 29, 06 and 72. RGB value is (41,6,114). Sum of RGB (Red+Green+Blue) = 41+6+114=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #290672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290672 is #D6F98D. Grayscale: #1C1C1C. Windows color (decimal): -14088590 or 7472681. OLE color: 7472681.

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

Color convert

RGB 41 6 114 -
CMYK 0.64 0.95 0 0.55
HSL 259.44º 0.9% 0.24% -
HSV(B) 259.44º 0.95% 0.45% -
XYZ 4.02 1.82 16.06 -
YUV 28.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 41 6 114 0.64 0.95 0 0.55 259.44 0.9 0.24
Hex 29 6 72 40 5F 0 37 103 5A 18
Octal 51 6 162 100 137 0 67 403 132 30
Binary 101001 110 1110010 1000000 1011111 0 110111 100000011 1011010 11000

Color Harmonies of #290672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290672

Black with #290672

Text Example


Text Example

White with #290672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290672; }

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

 H1.HeaderClassName
 {
   color: #290672;
 }
 .AnyTagClassName
 {
   color: #290672;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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