Html Css Color HEX #290C63 Persian Indigo

📋 copy color: '#290C63'

red 41 ◦ green 12 ◦ blue 99

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

Shades of Persian Indigo #290C63

Tints of Persian Indigo #290C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 65.13%

R = 26.97%
G = 7.89%
B = 65.13%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#290C63 (or 0x290C63) is known color: Persian Indigo. HEX triplet: 29, 0C and 63. RGB value is (41,12,99). Sum of RGB (Red+Green+Blue) = 41+12+99=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #290C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290C63 is #D6F39C. Grayscale: #1E1E1E. Windows color (decimal): -14087069 or 6491177. OLE color: 6491177.

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

Color convert

RGB 41 12 99 -
CMYK 0.59 0.88 0 0.61
HSL 260º 0.78% 0.22% -
HSV(B) 260º 0.88% 0.39% -
XYZ 3.3 1.64 11.95 -
YUV 30.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 41 12 99 0.59 0.88 0 0.61 260 0.78 0.22
Hex 29 C 63 3B 58 0 3D 104 4E 16
Octal 51 14 143 73 130 0 75 404 116 26
Binary 101001 1100 1100011 111011 1011000 0 111101 100000100 1001110 10110

Color Harmonies of #290C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290C63

Black with #290C63

Text Example


Text Example

White with #290C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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