#240376

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

Shades of Persian Indigo #240376

Tints of Persian Indigo #240376

Color information

#240376 (or 0x240376) is unknown color: approx Persian Indigo. HEX triplet: 24, 03 and 76. RGB value is (36,3,118). Sum of RGB (Red+Green+Blue) = 36+3+118=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #240376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240376 is #DBFC89. Grayscale: #191919. Windows color (decimal): -14417034 or 7734052. OLE color: 7734052.

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

Color convert

RGB363118-
CMYK0.690.9700.54
HSL257.22º95.04%23.73%-
HSV(B)257.22º97.46%46.27%-
XYZ4.031.7517.26-
YUV25.98179.93135.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 118 (46.48% from 255) = 75.16%
R=22.93%
G=1.91%
B=75.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3631180.690.9700.54257.2295.0423.73
Hex2437645610361015f18
Octal44316610514106640113730
Binary100100111110110100010111000010110110100000001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240376; }

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

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

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

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

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

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

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

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