Html Css Color HEX #24005F Persian Indigo

📋 copy color: '#24005F'

red 36 ◦ green 0 ◦ blue 95

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

Shades of Persian Indigo #24005F

Tints of Persian Indigo #24005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.48%
G = 0%
B = 72.52%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24005F (or 0x24005F) is known color: Persian Indigo. HEX triplet: 24, 00 and 5F. RGB value is (36,0,95). Sum of RGB (Red+Green+Blue) = 36+0+95=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 95 (37.5% from 255 or 72.52% from 131); Max value from RGB is 95 - color contains mainly: blue. Hex color #24005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24005F is #DBFFA0. Grayscale: #151515. Windows color (decimal): -14417825 or 6225956. OLE color: 6225956.

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

Color convert

RGB 36 0 95 -
CMYK 0.62 1 0 0.63
HSL 262.74º 1% 0.19% -
HSV(B) 262.74º 1% 0.37% -
XYZ 2.79 1.2 10.91 -
YUV 21.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 36 0 95 0.62 1 0 0.63 262.74 1 0.19
Hex 24 0 5F 3E 64 0 3F 107 64 13
Octal 44 0 137 76 144 0 77 407 144 23
Binary 100100 0 1011111 111110 1100100 0 111111 100000111 1100100 10011

Color Harmonies of #24005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24005F

Black with #24005F

Text Example


Text Example

White with #24005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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