#240564

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

Shades of Persian Indigo #240564

Tints of Persian Indigo #240564

Color information

#240564 (or 0x240564) is unknown color: approx Persian Indigo. HEX triplet: 24, 05 and 64. RGB value is (36,5,100). Sum of RGB (Red+Green+Blue) = 36+5+100=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 100 (39.45% from 255 or 70.92% from 141); Max value from RGB is 100 - color contains mainly: blue. Hex color #240564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240564 is #DBFA9B. Grayscale: #181818. Windows color (decimal): -14416540 or 6554916. OLE color: 6554916.

HSL color Cylindrical-coordinate representation of color #240564: hue angle of 259.58º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240564 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB365100-
CMYK0.640.9500.61
HSL259.58º90.48%20.59%-
HSV(B)259.58º95%39.22%-
XYZ3.081.412.17-
YUV25.1170.27135.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.53%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 100 (39.45% from 255) = 70.92%
R=25.53%
G=3.55%
B=70.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3651000.640.9500.61259.5890.4820.59
Hex24564405F03D1045a15
Octal44514410013707540413225
Binary1001001011100100100000010111110111101100000100101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240564; }

 p { color: rgb(36,5,100); }

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

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

 a { background-color: rgb(36,5,100); }

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

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

 span { border-color: rgb(36,5,100); }

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