Html Css Color HEX #24106C Persian Indigo

📋 copy color: '#24106C'

red 36 ◦ green 16 ◦ blue 108

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

Shades of Persian Indigo #24106C

Tints of Persian Indigo #24106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10%

 BLUE value IS 108 (42.58% from 255) = 67.5%

R = 22.5%
G = 10%
B = 67.5%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24106C (or 0x24106C) is known color: Persian Indigo. HEX triplet: 24, 10 and 6C. RGB value is (36,16,108). Sum of RGB (Red+Green+Blue) = 36+16+108=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 108 (42.58% from 255 or 67.5% from 160); Max value from RGB is 108 - color contains mainly: blue. Hex color #24106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24106C is #DBEF93. Grayscale: #202020. Windows color (decimal): -14413716 or 7082020. OLE color: 7082020.

HSL color Cylindrical-coordinate representation of color #24106C: hue angle of 253.04º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24106C is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 16 108 -
CMYK 0.67 0.85 0 0.58
HSL 253.04º 0.74% 0.24% -
HSV(B) 253.04º 0.85% 0.42% -
XYZ 3.62 1.83 14.35 -
YUV 32.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 36 16 108 0.67 0.85 0 0.58 253.04 0.74 0.24
Hex 24 10 6C 43 55 0 3A FD 4A 18
Octal 44 20 154 103 125 0 72 375 112 30
Binary 100100 10000 1101100 1000011 1010101 0 111010 11111101 1001010 11000

Color Harmonies of #24106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24106C

Black with #24106C

Text Example


Text Example

White with #24106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24106C; }

 p { color: rgb(36,16,108); }

 H1.HeaderClassName
 {
   color: #24106C;
 }
 .AnyTagClassName
 {
   color: #24106C;
 }
</style>

background-color css

<style>
 a { background-color: #24106C; }

 a { background-color: rgb(36,16,108); }

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

border-color css

<style>
 span { border-color: #24106C; }

 span { border-color: rgb(36,16,108); }

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