Html Css Color HEX #240076 Persian Indigo

📋 copy color: '#240076'

red 36 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #240076

Tints of Persian Indigo #240076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 76.62%

R = 23.38%
G = 0%
B = 76.62%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#240076 (or 0x240076) is known color: Persian Indigo. HEX triplet: 24, 00 and 76. RGB value is (36,0,118). Sum of RGB (Red+Green+Blue) = 36+0+118=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #240076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240076 is #DBFF89. Grayscale: #171717. Windows color (decimal): -14417802 or 7733284. OLE color: 7733284.

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

Color convert

RGB 36 0 118 -
CMYK 0.69 1 0 0.54
HSL 258.31º 1% 0.23% -
HSV(B) 258.31º 1% 0.46% -
XYZ 4 1.68 17.25 -
YUV 24.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 36 0 118 0.69 1 0 0.54 258.31 1 0.23
Hex 24 0 76 45 64 0 36 102 64 17
Octal 44 0 166 105 144 0 66 402 144 27
Binary 100100 0 1110110 1000101 1100100 0 110110 100000010 1100100 10111

Color Harmonies of #240076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240076

Black with #240076

Text Example


Text Example

White with #240076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240076; }

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

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

background-color css

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

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

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

border-color css

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

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

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