Html Css Color HEX #290F66 Persian Indigo

📋 copy color: '#290F66'

red 41 ◦ green 15 ◦ blue 102

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

Shades of Persian Indigo #290F66

Tints of Persian Indigo #290F66

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.49%

 BLUE value IS 102 (40.23% from 255) = 64.56%

R = 25.95%
G = 9.49%
B = 64.56%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#290F66 (or 0x290F66) is known color: Persian Indigo. HEX triplet: 29, 0F and 66. RGB value is (41,15,102). Sum of RGB (Red+Green+Blue) = 41+15+102=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 102 (40.23% from 255 or 64.56% from 158); Max value from RGB is 102 - color contains mainly: blue. Hex color #290F66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290F66 is #D6F099. Grayscale: #202020. Windows color (decimal): -14086298 or 6688553. OLE color: 6688553.

HSL color Cylindrical-coordinate representation of color #290F66: hue angle of 257.93º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #290F66 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 15 102 -
CMYK 0.60 0.85 0 0.6
HSL 257.93º 0.74% 0.23% -
HSV(B) 257.93º 0.85% 0.4% -
XYZ 3.48 1.77 12.73 -
YUV 32.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 41 15 102 0.60 0.85 0 0.6 257.93 0.74 0.23
Hex 29 F 66 3C 55 0 3C 102 4A 17
Octal 51 17 146 74 125 0 74 402 112 27
Binary 101001 1111 1100110 111100 1010101 0 111100 100000010 1001010 10111

Color Harmonies of #290F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F66

Black with #290F66

Text Example


Text Example

White with #290F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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