Html Css Color HEX #24005D Persian Indigo

📋 copy color: '#24005D'

red 36 ◦ green 0 ◦ blue 93

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

Shades of Persian Indigo #24005D

Tints of Persian Indigo #24005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 72.09%

R = 27.91%
G = 0%
B = 72.09%

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

#24005D (or 0x24005D) is known color: Persian Indigo. HEX triplet: 24, 00 and 5D. RGB value is (36,0,93). Sum of RGB (Red+Green+Blue) = 36+0+93=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #24005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24005D is #DBFFA2. Grayscale: #151515. Windows color (decimal): -14417827 or 6094884. OLE color: 6094884.

HSL color Cylindrical-coordinate representation of color #24005D: hue angle of 263.23º 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 #24005D is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 0 93 -
CMYK 0.61 1 0 0.64
HSL 263.23º 1% 0.18% -
HSV(B) 263.23º 1% 0.36% -
XYZ 2.7 1.17 10.44 -
YUV 21.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 36 0 93 0.61 1 0 0.64 263.23 1 0.18
Hex 24 0 5D 3D 64 0 40 107 64 12
Octal 44 0 135 75 144 0 100 407 144 22
Binary 100100 0 1011101 111101 1100100 0 1000000 100000111 1100100 10010

Color Harmonies of #24005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24005D

Black with #24005D

Text Example


Text Example

White with #24005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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