Html Css Color HEX #24157C Persian Indigo

📋 copy color: '#24157C'

red 36 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #24157C

Tints of Persian Indigo #24157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.6%

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

R = 19.89%
G = 11.6%
B = 68.51%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24157C (or 0x24157C) is known color: Persian Indigo. HEX triplet: 24, 15 and 7C. RGB value is (36,21,124). Sum of RGB (Red+Green+Blue) = 36+21+124=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #24157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24157C is #DBEA83. Grayscale: #242424. Windows color (decimal): -14412420 or 8131876. OLE color: 8131876.

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

Color convert

RGB 36 21 124 -
CMYK 0.71 0.83 0 0.51
HSL 248.74º 0.71% 0.28% -
HSV(B) 248.74º 0.83% 0.49% -
XYZ 4.63 2.37 19.28 -
YUV 37.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 36 21 124 0.71 0.83 0 0.51 248.74 0.71 0.28
Hex 24 15 7C 47 53 0 33 F9 47 1C
Octal 44 25 174 107 123 0 63 371 107 34
Binary 100100 10101 1111100 1000111 1010011 0 110011 11111001 1000111 11100

Color Harmonies of #24157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24157C

Black with #24157C

Text Example


Text Example

White with #24157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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