Html Css Color HEX #290C68 Persian Indigo

📋 copy color: '#290C68'

red 41 ◦ green 12 ◦ blue 104

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

Shades of Persian Indigo #290C68

Tints of Persian Indigo #290C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 66.24%

R = 26.11%
G = 7.64%
B = 66.24%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#290C68 (or 0x290C68) is known color: Persian Indigo. HEX triplet: 29, 0C and 68. RGB value is (41,12,104). Sum of RGB (Red+Green+Blue) = 41+12+104=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #290C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290C68 is #D6F397. Grayscale: #1E1E1E. Windows color (decimal): -14087064 or 6818857. OLE color: 6818857.

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

Color convert

RGB 41 12 104 -
CMYK 0.61 0.88 0 0.59
HSL 258.91º 0.79% 0.23% -
HSV(B) 258.91º 0.88% 0.41% -
XYZ 3.54 1.73 13.24 -
YUV 31.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 41 12 104 0.61 0.88 0 0.59 258.91 0.79 0.23
Hex 29 C 68 3D 58 0 3B 103 4F 17
Octal 51 14 150 75 130 0 73 403 117 27
Binary 101001 1100 1101000 111101 1011000 0 111011 100000011 1001111 10111

Color Harmonies of #290C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290C68

Black with #290C68

Text Example


Text Example

White with #290C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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