Html Css Color HEX #24066C Persian Indigo

📋 copy color: '#24066C'

red 36 ◦ green 6 ◦ blue 108

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

Shades of Persian Indigo #24066C

Tints of Persian Indigo #24066C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4%

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

R = 24%
G = 4%
B = 72%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24066C (or 0x24066C) is known color: Persian Indigo. HEX triplet: 24, 06 and 6C. RGB value is (36,6,108). Sum of RGB (Red+Green+Blue) = 36+6+108=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 108 (42.58% from 255 or 72% from 150); Max value from RGB is 108 - color contains mainly: blue. Hex color #24066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24066C is #DBF993. Grayscale: #1A1A1A. Windows color (decimal): -14416276 or 7079460. OLE color: 7079460.

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

Color convert

RGB 36 6 108 -
CMYK 0.67 0.94 0 0.58
HSL 257.65º 0.89% 0.22% -
HSV(B) 257.65º 0.94% 0.42% -
XYZ 3.5 1.59 14.31 -
YUV 26.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 36 6 108 0.67 0.94 0 0.58 257.65 0.89 0.22
Hex 24 6 6C 43 5E 0 3A 102 59 16
Octal 44 6 154 103 136 0 72 402 131 26
Binary 100100 110 1101100 1000011 1011110 0 111010 100000010 1011001 10110

Color Harmonies of #24066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24066C

Black with #24066C

Text Example


Text Example

White with #24066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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