Html Css Color HEX #24036C Persian Indigo

📋 copy color: '#24036C'

red 36 ◦ green 3 ◦ blue 108

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

Shades of Persian Indigo #24036C

Tints of Persian Indigo #24036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 73.47%

R = 24.49%
G = 2.04%
B = 73.47%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24036C (or 0x24036C) is known color: Persian Indigo. HEX triplet: 24, 03 and 6C. RGB value is (36,3,108). Sum of RGB (Red+Green+Blue) = 36+3+108=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #24036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24036C is #DBFC93. Grayscale: #181818. Windows color (decimal): -14417044 or 7078692. OLE color: 7078692.

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

Color convert

RGB 36 3 108 -
CMYK 0.67 0.97 0 0.58
HSL 258.86º 0.95% 0.22% -
HSV(B) 258.86º 0.97% 0.42% -
XYZ 3.47 1.52 14.3 -
YUV 24.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 36 3 108 0.67 0.97 0 0.58 258.86 0.95 0.22
Hex 24 3 6C 43 61 0 3A 103 5F 16
Octal 44 3 154 103 141 0 72 403 137 26
Binary 100100 11 1101100 1000011 1100001 0 111010 100000011 1011111 10110

Color Harmonies of #24036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24036C

Black with #24036C

Text Example


Text Example

White with #24036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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