Html Css Color HEX #24036F Persian Indigo

📋 copy color: '#24036F'

red 36 ◦ green 3 ◦ blue 111

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

Shades of Persian Indigo #24036F

Tints of Persian Indigo #24036F

RGB

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

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

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

R = 24%
G = 2%
B = 74%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#24036F (or 0x24036F) is known color: Persian Indigo. HEX triplet: 24, 03 and 6F. RGB value is (36,3,111). Sum of RGB (Red+Green+Blue) = 36+3+111=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #24036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24036F is #DBFC90. Grayscale: #181818. Windows color (decimal): -14417041 or 7275300. OLE color: 7275300.

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

Color convert

RGB 36 3 111 -
CMYK 0.68 0.97 0 0.56
HSL 258.33º 0.95% 0.22% -
HSV(B) 258.33º 0.97% 0.44% -
XYZ 3.63 1.59 15.15 -
YUV 25.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 36 3 111 0.68 0.97 0 0.56 258.33 0.95 0.22
Hex 24 3 6F 44 61 0 38 102 5F 16
Octal 44 3 157 104 141 0 70 402 137 26
Binary 100100 11 1101111 1000100 1100001 0 111000 100000010 1011111 10110

Color Harmonies of #24036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24036F

Black with #24036F

Text Example


Text Example

White with #24036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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