Html Css Color HEX #24016F Persian Indigo

📋 copy color: '#24016F'

red 36 ◦ green 1 ◦ blue 111

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

Shades of Persian Indigo #24016F

Tints of Persian Indigo #24016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 75%

R = 24.32%
G = 0.68%
B = 75%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#24016F (or 0x24016F) is known color: Persian Indigo. HEX triplet: 24, 01 and 6F. RGB value is (36,1,111). Sum of RGB (Red+Green+Blue) = 36+1+111=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 111 (43.75% from 255 or 75% from 148); Max value from RGB is 111 - color contains mainly: blue. Hex color #24016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24016F is #DBFE90. Grayscale: #171717. Windows color (decimal): -14417553 or 7274788. OLE color: 7274788.

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

Color convert

RGB 36 1 111 -
CMYK 0.68 0.99 0 0.56
HSL 259.09º 0.98% 0.22% -
HSV(B) 259.09º 0.99% 0.44% -
XYZ 3.61 1.54 15.15 -
YUV 24.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 36 1 111 0.68 0.99 0 0.56 259.09 0.98 0.22
Hex 24 1 6F 44 63 0 38 103 62 16
Octal 44 1 157 104 143 0 70 403 142 26
Binary 100100 1 1101111 1000100 1100011 0 111000 100000011 1100010 10110

Color Harmonies of #24016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24016F

Black with #24016F

Text Example


Text Example

White with #24016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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