Html Css Color HEX #24006A Persian Indigo

📋 copy color: '#24006A'

red 36 ◦ green 0 ◦ blue 106

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

Shades of Persian Indigo #24006A

Tints of Persian Indigo #24006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 106 (41.8% from 255) = 74.65%

R = 25.35%
G = 0%
B = 74.65%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24006A (or 0x24006A) is known color: Persian Indigo. HEX triplet: 24, 00 and 6A. RGB value is (36,0,106). Sum of RGB (Red+Green+Blue) = 36+0+106=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 106 (41.80% from 255 or 74.65% from 142); Max value from RGB is 106 - color contains mainly: blue. Hex color #24006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24006A is #DBFF95. Grayscale: #161616. Windows color (decimal): -14417814 or 6946852. OLE color: 6946852.

HSL color Cylindrical-coordinate representation of color #24006A: hue angle of 260.38º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24006A is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 0 106 -
CMYK 0.66 1 0 0.58
HSL 260.38º 1% 0.21% -
HSV(B) 260.38º 1% 0.42% -
XYZ 3.33 1.42 13.73 -
YUV 22.85 174.93 137.38 -
System Red Green Blue C M Y K H S L
Decimal 36 0 106 0.66 1 0 0.58 260.38 1 0.21
Hex 24 0 6A 42 64 0 3A 104 64 15
Octal 44 0 152 102 144 0 72 404 144 25
Binary 100100 0 1101010 1000010 1100100 0 111010 100000100 1100100 10101

Color Harmonies of #24006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24006A

Black with #24006A

Text Example


Text Example

White with #24006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24006A; }

 p { color: rgb(36,0,106); }

 H1.HeaderClassName
 {
   color: #24006A;
 }
 .AnyTagClassName
 {
   color: #24006A;
 }
</style>

background-color css

<style>
 a { background-color: #24006A; }

 a { background-color: rgb(36,0,106); }

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

border-color css

<style>
 span { border-color: #24006A; }

 span { border-color: rgb(36,0,106); }

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