#240561

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

Shades of Persian Indigo #240561

Tints of Persian Indigo #240561

Color information

#240561 (or 0x240561) is unknown color: approx Persian Indigo. HEX triplet: 24, 05 and 61. RGB value is (36,5,97). Sum of RGB (Red+Green+Blue) = 36+5+97=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #240561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240561 is #DBFA9E. Grayscale: #181818. Windows color (decimal): -14416543 or 6358308. OLE color: 6358308.

HSL color Cylindrical-coordinate representation of color #240561: hue angle of 260.22º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240561 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB36597-
CMYK0.630.9500.62
HSL260.22º90.2%20%-
HSV(B)260.22º94.85%38.04%-
XYZ2.941.3511.41-
YUV24.76168.77136.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.09%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 97 (38.28% from 255) = 70.29%
R=26.09%
G=3.62%
B=70.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal365970.630.9500.62260.2290.220
Hex245613F5F03E1045a14
Octal4451417713707640413224
Binary100100101110000111111110111110111110100000100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240561; }

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

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

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

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

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

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

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

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