Html Css Color HEX #24005C Persian Indigo

📋 copy color: '#24005C'

red 36 ◦ green 0 ◦ blue 92

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

Shades of Persian Indigo #24005C

Tints of Persian Indigo #24005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 71.88%

R = 28.13%
G = 0%
B = 71.88%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24005C (or 0x24005C) is known color: Persian Indigo. HEX triplet: 24, 00 and 5C. RGB value is (36,0,92). Sum of RGB (Red+Green+Blue) = 36+0+92=128 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.12% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 92 (36.33% from 255 or 71.88% from 128); Max value from RGB is 92 - color contains mainly: blue. Hex color #24005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24005C is #DBFFA3. Grayscale: #141414. Windows color (decimal): -14417828 or 6029348. OLE color: 6029348.

HSL color Cylindrical-coordinate representation of color #24005C: hue angle of 263.48º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24005C is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 0 92 -
CMYK 0.61 1 0 0.64
HSL 263.48º 1% 0.18% -
HSV(B) 263.48º 1% 0.36% -
XYZ 2.66 1.15 10.21 -
YUV 21.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 36 0 92 0.61 1 0 0.64 263.48 1 0.18
Hex 24 0 5C 3D 64 0 40 107 64 12
Octal 44 0 134 75 144 0 100 407 144 22
Binary 100100 0 1011100 111101 1100100 0 1000000 100000111 1100100 10010

Color Harmonies of #24005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24005C

Black with #24005C

Text Example


Text Example

White with #24005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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