#240980

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

Shades of Persian Indigo #240980

Tints of Persian Indigo #240980

Color information

#240980 (or 0x240980) is unknown color: approx Persian Indigo. HEX triplet: 24, 09 and 80. RGB value is (36,9,128). Sum of RGB (Red+Green+Blue) = 36+9+128=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 128 (50.39% from 255 or 73.99% from 173); Max value from RGB is 128 - color contains mainly: blue. Hex color #240980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240980 is #DBF67F. Grayscale: #1E1E1E. Windows color (decimal): -14415488 or 8390948. OLE color: 8390948.

HSL color Cylindrical-coordinate representation of color #240980: hue angle of 253.61º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240980 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB369128-
CMYK0.720.9300.50
HSL253.61º86.86%26.86%-
HSV(B)253.61º92.97%50.2%-
XYZ4.722.1320.58-
YUV30.64182.95131.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.81%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 128 (50.39% from 255) = 73.99%
R=20.81%
G=5.20%
B=73.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3691280.720.9300.50253.6186.8626.86
Hex24980485D032fe571b
Octal441120011013506237612733
Binary10010010011000000010010001011101011001011111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240980; }

 p { color: rgb(36,9,128); }

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

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

 a { background-color: rgb(36,9,128); }

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

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

 span { border-color: rgb(36,9,128); }

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