Html Css Color HEX #24015F Persian Indigo

📋 copy color: '#24015F'

red 36 ◦ green 1 ◦ blue 95

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

Shades of Persian Indigo #24015F

Tints of Persian Indigo #24015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

 BLUE value IS 95 (37.5% from 255) = 71.97%

R = 27.27%
G = 0.76%
B = 71.97%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24015F (or 0x24015F) is known color: Persian Indigo. HEX triplet: 24, 01 and 5F. RGB value is (36,1,95). Sum of RGB (Red+Green+Blue) = 36+1+95=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 95 (37.5% from 255 or 71.97% from 132); Max value from RGB is 95 - color contains mainly: blue. Hex color #24015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24015F is #DBFEA0. Grayscale: #151515. Windows color (decimal): -14417569 or 6226212. OLE color: 6226212.

HSL color Cylindrical-coordinate representation of color #24015F: hue angle of 262.34º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24015F is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 1 95 -
CMYK 0.62 0.99 0 0.63
HSL 262.34º 0.98% 0.19% -
HSV(B) 262.34º 0.99% 0.37% -
XYZ 2.8 1.22 10.91 -
YUV 22.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 36 1 95 0.62 0.99 0 0.63 262.34 0.98 0.19
Hex 24 1 5F 3E 63 0 3F 106 62 13
Octal 44 1 137 76 143 0 77 406 142 23
Binary 100100 1 1011111 111110 1100011 0 111111 100000110 1100010 10011

Color Harmonies of #24015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24015F

Black with #24015F

Text Example


Text Example

White with #24015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,1,95); }

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

background-color css

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

 a { background-color: rgb(36,1,95); }

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

border-color css

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

 span { border-color: rgb(36,1,95); }

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