Html Css Color HEX #24137F Persian Indigo

📋 copy color: '#24137F'

red 36 ◦ green 19 ◦ blue 127

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

Shades of Persian Indigo #24137F

Tints of Persian Indigo #24137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.44%

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

R = 19.78%
G = 10.44%
B = 69.78%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#24137F (or 0x24137F) is known color: Persian Indigo. HEX triplet: 24, 13 and 7F. RGB value is (36,19,127). Sum of RGB (Red+Green+Blue) = 36+19+127=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #24137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24137F is #DBEC80. Grayscale: #232323. Windows color (decimal): -14412929 or 8327972. OLE color: 8327972.

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

Color convert

RGB 36 19 127 -
CMYK 0.72 0.85 0 0.50
HSL 249.44º 0.74% 0.29% -
HSV(B) 249.44º 0.85% 0.5% -
XYZ 4.79 2.37 20.28 -
YUV 36.4 179.13 127.72 -
System Red Green Blue C M Y K H S L
Decimal 36 19 127 0.72 0.85 0 0.50 249.44 0.74 0.29
Hex 24 13 7F 48 55 0 32 F9 4A 1D
Octal 44 23 177 110 125 0 62 371 112 35
Binary 100100 10011 1111111 1001000 1010101 0 110010 11111001 1001010 11101

Color Harmonies of #24137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24137F

Black with #24137F

Text Example


Text Example

White with #24137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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