Html Css Color HEX #240077 Persian Indigo

📋 copy color: '#240077'

red 36 ◦ green 0 ◦ blue 119

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

Shades of Persian Indigo #240077

Tints of Persian Indigo #240077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 76.77%

R = 23.23%
G = 0%
B = 76.77%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#240077 (or 0x240077) is known color: Persian Indigo. HEX triplet: 24, 00 and 77. RGB value is (36,0,119). Sum of RGB (Red+Green+Blue) = 36+0+119=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 119 (46.88% from 255 or 76.77% from 155); Max value from RGB is 119 - color contains mainly: blue. Hex color #240077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240077 is #DBFF88. Grayscale: #171717. Windows color (decimal): -14417801 or 7798820. OLE color: 7798820.

HSL color Cylindrical-coordinate representation of color #240077: hue angle of 258.15º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240077 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 0 119 -
CMYK 0.70 1 0 0.53
HSL 258.15º 1% 0.23% -
HSV(B) 258.15º 1% 0.47% -
XYZ 4.06 1.71 17.57 -
YUV 24.33 181.43 136.32 -
System Red Green Blue C M Y K H S L
Decimal 36 0 119 0.70 1 0 0.53 258.15 1 0.23
Hex 24 0 77 46 64 0 35 102 64 17
Octal 44 0 167 106 144 0 65 402 144 27
Binary 100100 0 1110111 1000110 1100100 0 110101 100000010 1100100 10111

Color Harmonies of #240077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240077

Black with #240077

Text Example


Text Example

White with #240077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240077; }

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

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

background-color css

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

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

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

border-color css

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

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

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