Html Css Color HEX #24017A Persian Indigo

📋 copy color: '#24017A'

red 36 ◦ green 1 ◦ blue 122

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

Shades of Persian Indigo #24017A

Tints of Persian Indigo #24017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 22.64%
G = 0.63%
B = 76.73%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#24017A (or 0x24017A) is known color: Persian Indigo. HEX triplet: 24, 01 and 7A. RGB value is (36,1,122). Sum of RGB (Red+Green+Blue) = 36+1+122=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 122 (48.05% from 255 or 76.73% from 159); Max value from RGB is 122 - color contains mainly: blue. Hex color #24017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24017A is #DBFE85. Grayscale: #181818. Windows color (decimal): -14417542 or 7995684. OLE color: 7995684.

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

Color convert

RGB 36 1 122 -
CMYK 0.70 0.99 0 0.52
HSL 257.36º 0.98% 0.24% -
HSV(B) 257.36º 0.99% 0.48% -
XYZ 4.25 1.8 18.54 -
YUV 25.26 182.6 135.66 -
System Red Green Blue C M Y K H S L
Decimal 36 1 122 0.70 0.99 0 0.52 257.36 0.98 0.24
Hex 24 1 7A 46 63 0 34 101 62 18
Octal 44 1 172 106 143 0 64 401 142 30
Binary 100100 1 1111010 1000110 1100011 0 110100 100000001 1100010 11000

Color Harmonies of #24017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24017A

Black with #24017A

Text Example


Text Example

White with #24017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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