Html Css Color HEX #290C69 Persian Indigo

📋 copy color: '#290C69'

red 41 ◦ green 12 ◦ blue 105

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

Shades of Persian Indigo #290C69

Tints of Persian Indigo #290C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.59%

 BLUE value IS 105 (41.41% from 255) = 66.46%

R = 25.95%
G = 7.59%
B = 66.46%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#290C69 (or 0x290C69) is known color: Persian Indigo. HEX triplet: 29, 0C and 69. RGB value is (41,12,105). Sum of RGB (Red+Green+Blue) = 41+12+105=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #290C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290C69 is #D6F396. Grayscale: #1E1E1E. Windows color (decimal): -14087063 or 6884393. OLE color: 6884393.

HSL color Cylindrical-coordinate representation of color #290C69: hue angle of 258.71º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #290C69 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 12 105 -
CMYK 0.61 0.89 0 0.59
HSL 258.71º 0.79% 0.23% -
HSV(B) 258.71º 0.89% 0.41% -
XYZ 3.6 1.75 13.51 -
YUV 31.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 41 12 105 0.61 0.89 0 0.59 258.71 0.79 0.23
Hex 29 C 69 3D 59 0 3B 103 4F 17
Octal 51 14 151 75 131 0 73 403 117 27
Binary 101001 1100 1101001 111101 1011001 0 111011 100000011 1001111 10111

Color Harmonies of #290C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290C69

Black with #290C69

Text Example


Text Example

White with #290C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,12,105); }

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

background-color css

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

 a { background-color: rgb(41,12,105); }

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

border-color css

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

 span { border-color: rgb(41,12,105); }

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