#240876

Color #240876 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #240876

Tints of Persian Indigo #240876

Color information

#240876 (or 0x240876) is unknown color: approx Persian Indigo. HEX triplet: 24, 08 and 76. RGB value is (36,8,118). Sum of RGB (Red+Green+Blue) = 36+8+118=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #240876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240876 is #DBF789. Grayscale: #1C1C1C. Windows color (decimal): -14415754 or 7735332. OLE color: 7735332.

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

Color convert

RGB368118-
CMYK0.690.9300.54
HSL255.27º87.3%24.71%-
HSV(B)255.27º93.22%46.27%-
XYZ4.081.8617.28-
YUV28.91178.28133.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.22%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 118 (46.48% from 255) = 72.84%
R=22.22%
G=4.94%
B=72.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3681180.690.9300.54255.2787.324.71
Hex24876455D036ff5719
Octal441016610513506637712731
Binary1001001000111011010001011011101011011011111111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240876; }

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

 H1.HeaderClassName
 {
   color: #240876;
 }
 .AnyTagClassName
 {
   color: #240876;
 }
</style>
background-color css

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

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

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

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

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

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