Html Css Color HEX #24027D Persian Indigo

📋 copy color: '#24027D'

red 36 ◦ green 2 ◦ blue 125

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

Shades of Persian Indigo #24027D

Tints of Persian Indigo #24027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

 BLUE value IS 125 (49.22% from 255) = 76.69%

R = 22.09%
G = 1.23%
B = 76.69%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24027D (or 0x24027D) is known color: Persian Indigo. HEX triplet: 24, 02 and 7D. RGB value is (36,2,125). Sum of RGB (Red+Green+Blue) = 36+2+125=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #24027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24027D is #DBFD82. Grayscale: #191919. Windows color (decimal): -14417283 or 8192548. OLE color: 8192548.

HSL color Cylindrical-coordinate representation of color #24027D: hue angle of 256.59º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #24027D is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 2 125 -
CMYK 0.71 0.98 0 0.51
HSL 256.59º 0.97% 0.25% -
HSV(B) 256.59º 0.98% 0.49% -
XYZ 4.45 1.9 19.53 -
YUV 26.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 36 2 125 0.71 0.98 0 0.51 256.59 0.97 0.25
Hex 24 2 7D 47 62 0 33 101 61 19
Octal 44 2 175 107 142 0 63 401 141 31
Binary 100100 10 1111101 1000111 1100010 0 110011 100000001 1100001 11001

Color Harmonies of #24027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24027D

Black with #24027D

Text Example


Text Example

White with #24027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,2,125); }

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

background-color css

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

 a { background-color: rgb(36,2,125); }

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

border-color css

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

 span { border-color: rgb(36,2,125); }

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