Html Css Color HEX #24116A Persian Indigo

📋 copy color: '#24116A'

red 36 ◦ green 17 ◦ blue 106

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

Shades of Persian Indigo #24116A

Tints of Persian Indigo #24116A

RGB

 RED value IS 36 (14.45% from 255) = 22.64%

 GREEN value IS 17 (7.03% from 255) = 10.69%

 BLUE value IS 106 (41.8% from 255) = 66.67%

R = 22.64%
G = 10.69%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24116A (or 0x24116A) is known color: Persian Indigo. HEX triplet: 24, 11 and 6A. RGB value is (36,17,106). Sum of RGB (Red+Green+Blue) = 36+17+106=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 106 (41.80% from 255 or 66.67% from 159); Max value from RGB is 106 - color contains mainly: blue. Hex color #24116A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24116A is #DBEE95. Grayscale: #202020. Windows color (decimal): -14413462 or 6951204. OLE color: 6951204.

HSL color Cylindrical-coordinate representation of color #24116A: hue angle of 252.81º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24116A is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 17 106 -
CMYK 0.66 0.84 0 0.58
HSL 252.81º 0.72% 0.24% -
HSV(B) 252.81º 0.84% 0.42% -
XYZ 3.53 1.82 13.8 -
YUV 32.83 169.29 130.26 -
System Red Green Blue C M Y K H S L
Decimal 36 17 106 0.66 0.84 0 0.58 252.81 0.72 0.24
Hex 24 11 6A 42 54 0 3A FD 48 18
Octal 44 21 152 102 124 0 72 375 110 30
Binary 100100 10001 1101010 1000010 1010100 0 111010 11111101 1001000 11000

Color Harmonies of #24116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24116A

Black with #24116A

Text Example


Text Example

White with #24116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24116A; }

 p { color: rgb(36,17,106); }

 H1.HeaderClassName
 {
   color: #24116A;
 }
 .AnyTagClassName
 {
   color: #24116A;
 }
</style>

background-color css

<style>
 a { background-color: #24116A; }

 a { background-color: rgb(36,17,106); }

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

border-color css

<style>
 span { border-color: #24116A; }

 span { border-color: rgb(36,17,106); }

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