Html Css Color HEX #24035D Persian Indigo

📋 copy color: '#24035D'

red 36 ◦ green 3 ◦ blue 93

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

Shades of Persian Indigo #24035D

Tints of Persian Indigo #24035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

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

R = 27.27%
G = 2.27%
B = 70.45%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24035D (or 0x24035D) is known color: Persian Indigo. HEX triplet: 24, 03 and 5D. RGB value is (36,3,93). Sum of RGB (Red+Green+Blue) = 36+3+93=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #24035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24035D is #DBFCA2. Grayscale: #161616. Windows color (decimal): -14417059 or 6095652. OLE color: 6095652.

HSL color Cylindrical-coordinate representation of color #24035D: hue angle of 262º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24035D is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 3 93 -
CMYK 0.61 0.97 0 0.64
HSL 262º 0.94% 0.19% -
HSV(B) 262º 0.97% 0.36% -
XYZ 2.74 1.23 10.45 -
YUV 23.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 36 3 93 0.61 0.97 0 0.64 262 0.94 0.19
Hex 24 3 5D 3D 61 0 40 106 5E 13
Octal 44 3 135 75 141 0 100 406 136 23
Binary 100100 11 1011101 111101 1100001 0 1000000 100000110 1011110 10011

Color Harmonies of #24035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24035D

Black with #24035D

Text Example


Text Example

White with #24035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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