Html Css Color HEX #290C73 Persian Indigo

📋 copy color: '#290C73'

red 41 ◦ green 12 ◦ blue 115

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

Shades of Persian Indigo #290C73

Tints of Persian Indigo #290C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 68.45%

R = 24.4%
G = 7.14%
B = 68.45%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#290C73 (or 0x290C73) is known color: Persian Indigo. HEX triplet: 29, 0C and 73. RGB value is (41,12,115). Sum of RGB (Red+Green+Blue) = 41+12+115=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #290C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290C73 is #D6F38C. Grayscale: #202020. Windows color (decimal): -14087053 or 7539753. OLE color: 7539753.

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

Color convert

RGB 41 12 115 -
CMYK 0.64 0.90 0 0.55
HSL 256.89º 0.81% 0.25% -
HSV(B) 256.89º 0.9% 0.45% -
XYZ 4.14 1.97 16.38 -
YUV 32.41 174.61 134.12 -
System Red Green Blue C M Y K H S L
Decimal 41 12 115 0.64 0.90 0 0.55 256.89 0.81 0.25
Hex 29 C 73 40 5A 0 37 101 51 19
Octal 51 14 163 100 132 0 67 401 121 31
Binary 101001 1100 1110011 1000000 1011010 0 110111 100000001 1010001 11001

Color Harmonies of #290C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290C73

Black with #290C73

Text Example


Text Example

White with #290C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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