#240475

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

Shades of Persian Indigo #240475

Tints of Persian Indigo #240475

Color information

#240475 (or 0x240475) is unknown color: approx Persian Indigo. HEX triplet: 24, 04 and 75. RGB value is (36,4,117). Sum of RGB (Red+Green+Blue) = 36+4+117=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #240475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240475 is #DBFB8A. Grayscale: #1A1A1A. Windows color (decimal): -14416779 or 7668772. OLE color: 7668772.

HSL color Cylindrical-coordinate representation of color #240475: hue angle of 256.99º degrees, saturation: 0.93, 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 #240475 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB364117-
CMYK0.690.9700.54
HSL256.99º93.39%23.73%-
HSV(B)256.99º96.58%45.88%-
XYZ3.981.7516.96-
YUV26.45179.1134.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 117 (46.09% from 255) = 74.52%
R=22.93%
G=2.55%
B=74.52%

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
Decimal3641170.690.9700.54256.9993.3923.73
Hex2447545610361015d18
Octal44416510514106640113530
Binary1001001001110101100010111000010110110100000001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240475; }

 p { color: rgb(36,4,117); }

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

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

 a { background-color: rgb(36,4,117); }

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

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

 span { border-color: rgb(36,4,117); }

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