Html Css Color HEX #24057D Persian Indigo

📋 copy color: '#24057D'

red 36 ◦ green 5 ◦ blue 125

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

Shades of Persian Indigo #24057D

Tints of Persian Indigo #24057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

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

R = 21.69%
G = 3.01%
B = 75.3%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24057D (or 0x24057D) is known color: Persian Indigo. HEX triplet: 24, 05 and 7D. RGB value is (36,5,125). Sum of RGB (Red+Green+Blue) = 36+5+125=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 125 (49.22% from 255 or 75.30% from 166); Max value from RGB is 125 - color contains mainly: blue. Hex color #24057D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24057D is #DBFA82. Grayscale: #1B1B1B. Windows color (decimal): -14416515 or 8193316. OLE color: 8193316.

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

Color convert

RGB 36 5 125 -
CMYK 0.71 0.96 0 0.51
HSL 255.5º 0.92% 0.25% -
HSV(B) 255.5º 0.96% 0.49% -
XYZ 4.48 1.96 19.54 -
YUV 27.95 182.77 133.74 -
System Red Green Blue C M Y K H S L
Decimal 36 5 125 0.71 0.96 0 0.51 255.5 0.92 0.25
Hex 24 5 7D 47 60 0 33 100 5C 19
Octal 44 5 175 107 140 0 63 400 134 31
Binary 100100 101 1111101 1000111 1100000 0 110011 100000000 1011100 11001

Color Harmonies of #24057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24057D

Black with #24057D

Text Example


Text Example

White with #24057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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