Html Css Color HEX #24037A Persian Indigo

📋 copy color: '#24037A'

red 36 ◦ green 3 ◦ blue 122

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

Shades of Persian Indigo #24037A

Tints of Persian Indigo #24037A

RGB

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

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

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

R = 22.36%
G = 1.86%
B = 75.78%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#24037A (or 0x24037A) is known color: Persian Indigo. HEX triplet: 24, 03 and 7A. RGB value is (36,3,122). Sum of RGB (Red+Green+Blue) = 36+3+122=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 122 (48.05% from 255 or 75.78% from 161); Max value from RGB is 122 - color contains mainly: blue. Hex color #24037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24037A is #DBFC85. Grayscale: #191919. Windows color (decimal): -14417030 or 7996196. OLE color: 7996196.

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

Color convert

RGB 36 3 122 -
CMYK 0.70 0.98 0 0.52
HSL 256.64º 0.95% 0.25% -
HSV(B) 256.64º 0.98% 0.48% -
XYZ 4.27 1.85 18.54 -
YUV 26.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 36 3 122 0.70 0.98 0 0.52 256.64 0.95 0.25
Hex 24 3 7A 46 62 0 34 101 5F 19
Octal 44 3 172 106 142 0 64 401 137 31
Binary 100100 11 1111010 1000110 1100010 0 110100 100000001 1011111 11001

Color Harmonies of #24037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24037A

Black with #24037A

Text Example


Text Example

White with #24037A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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