Html Css Color HEX #24117C Persian Indigo

📋 copy color: '#24117C'

red 36 ◦ green 17 ◦ blue 124

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

Shades of Persian Indigo #24117C

Tints of Persian Indigo #24117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 70.06%

R = 20.34%
G = 9.6%
B = 70.06%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24117C (or 0x24117C) is known color: Persian Indigo. HEX triplet: 24, 11 and 7C. RGB value is (36,17,124). Sum of RGB (Red+Green+Blue) = 36+17+124=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #24117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24117C is #DBEE83. Grayscale: #222222. Windows color (decimal): -14413444 or 8130852. OLE color: 8130852.

HSL color Cylindrical-coordinate representation of color #24117C: hue angle of 250.65º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24117C is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 17 124 -
CMYK 0.71 0.86 0 0.51
HSL 250.65º 0.76% 0.28% -
HSV(B) 250.65º 0.86% 0.49% -
XYZ 4.57 2.23 19.26 -
YUV 34.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 36 17 124 0.71 0.86 0 0.51 250.65 0.76 0.28
Hex 24 11 7C 47 56 0 33 FB 4C 1C
Octal 44 21 174 107 126 0 63 373 114 34
Binary 100100 10001 1111100 1000111 1010110 0 110011 11111011 1001100 11100

Color Harmonies of #24117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24117C

Black with #24117C

Text Example


Text Example

White with #24117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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