Html Css Color HEX #24016E Persian Indigo

📋 copy color: '#24016E'

red 36 ◦ green 1 ◦ blue 110

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

Shades of Persian Indigo #24016E

Tints of Persian Indigo #24016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 74.83%

R = 24.49%
G = 0.68%
B = 74.83%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#24016E (or 0x24016E) is known color: Persian Indigo. HEX triplet: 24, 01 and 6E. RGB value is (36,1,110). Sum of RGB (Red+Green+Blue) = 36+1+110=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #24016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24016E is #DBFE91. Grayscale: #171717. Windows color (decimal): -14417554 or 7209252. OLE color: 7209252.

HSL color Cylindrical-coordinate representation of color #24016E: hue angle of 259.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24016E is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 36 1 110 -
CMYK 0.67 0.99 0 0.57
HSL 259.27º 0.98% 0.22% -
HSV(B) 259.27º 0.99% 0.43% -
XYZ 3.55 1.52 14.86 -
YUV 23.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 36 1 110 0.67 0.99 0 0.57 259.27 0.98 0.22
Hex 24 1 6E 43 63 0 39 103 62 16
Octal 44 1 156 103 143 0 71 403 142 26
Binary 100100 1 1101110 1000011 1100011 0 111001 100000011 1100010 10110

Color Harmonies of #24016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24016E

Black with #24016E

Text Example


Text Example

White with #24016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24016E; }

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

 H1.HeaderClassName
 {
   color: #24016E;
 }
 .AnyTagClassName
 {
   color: #24016E;
 }
</style>

background-color css

<style>
 a { background-color: #24016E; }

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

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

border-color css

<style>
 span { border-color: #24016E; }

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

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