#240A75

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

Shades of Persian Indigo #240A75

Tints of Persian Indigo #240A75

Color information

#240A75 (or 0x240A75) is unknown color: approx Persian Indigo. HEX triplet: 24, 0A and 75. RGB value is (36,10,117). Sum of RGB (Red+Green+Blue) = 36+10+117=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #240A75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240A75 is #DBF58A. Grayscale: #1D1D1D. Windows color (decimal): -14415243 or 7670308. OLE color: 7670308.

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

Color convert

RGB3610117-
CMYK0.690.9100.54
HSL254.58º84.25%24.9%-
HSV(B)254.58º91.45%45.88%-
XYZ4.051.8816.98-
YUV29.97177.11132.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.09%
GREEN value IS 10 (4.30% from 255) = 6.13%
BLUE value IS 117 (46.09% from 255) = 71.78%
R=22.09%
G=6.13%
B=71.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36101170.690.9100.54254.5884.2524.9
Hex24A75455B036ff5419
Octal441216510513306637712431
Binary1001001010111010110001011011011011011011111111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A75; }

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

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

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

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

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

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

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

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