Html Css Color HEX #24157F Persian Indigo

📋 copy color: '#24157F'

red 36 ◦ green 21 ◦ blue 127

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

Shades of Persian Indigo #24157F

Tints of Persian Indigo #24157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 69.02%

R = 19.57%
G = 11.41%
B = 69.02%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#24157F (or 0x24157F) is known color: Persian Indigo. HEX triplet: 24, 15 and 7F. RGB value is (36,21,127). Sum of RGB (Red+Green+Blue) = 36+21+127=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #24157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24157F is #DBEA80. Grayscale: #252525. Windows color (decimal): -14412417 or 8328484. OLE color: 8328484.

HSL color Cylindrical-coordinate representation of color #24157F: hue angle of 248.49º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24157F is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 21 127 -
CMYK 0.72 0.83 0 0.50
HSL 248.49º 0.72% 0.29% -
HSV(B) 248.49º 0.83% 0.5% -
XYZ 4.83 2.44 20.3 -
YUV 37.57 178.47 126.88 -
System Red Green Blue C M Y K H S L
Decimal 36 21 127 0.72 0.83 0 0.50 248.49 0.72 0.29
Hex 24 15 7F 48 53 0 32 F8 48 1D
Octal 44 25 177 110 123 0 62 370 110 35
Binary 100100 10101 1111111 1001000 1010011 0 110010 11111000 1001000 11101

Color Harmonies of #24157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24157F

Black with #24157F

Text Example


Text Example

White with #24157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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