Html Css Color HEX #24057A Persian Indigo

📋 copy color: '#24057A'

red 36 ◦ green 5 ◦ blue 122

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

Shades of Persian Indigo #24057A

Tints of Persian Indigo #24057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 74.85%

R = 22.09%
G = 3.07%
B = 74.85%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#24057A (or 0x24057A) is known color: Persian Indigo. HEX triplet: 24, 05 and 7A. RGB value is (36,5,122). Sum of RGB (Red+Green+Blue) = 36+5+122=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 122 (48.05% from 255 or 74.85% from 163); Max value from RGB is 122 - color contains mainly: blue. Hex color #24057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24057A is #DBFA85. Grayscale: #1B1B1B. Windows color (decimal): -14416518 or 7996708. OLE color: 7996708.

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

Color convert

RGB 36 5 122 -
CMYK 0.70 0.96 0 0.52
HSL 255.9º 0.92% 0.25% -
HSV(B) 255.9º 0.96% 0.48% -
XYZ 4.29 1.89 18.55 -
YUV 27.61 181.27 133.99 -
System Red Green Blue C M Y K H S L
Decimal 36 5 122 0.70 0.96 0 0.52 255.9 0.92 0.25
Hex 24 5 7A 46 60 0 34 100 5C 19
Octal 44 5 172 106 140 0 64 400 134 31
Binary 100100 101 1111010 1000110 1100000 0 110100 100000000 1011100 11001

Color Harmonies of #24057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24057A

Black with #24057A

Text Example


Text Example

White with #24057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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