#240273

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

Shades of Persian Indigo #240273

Tints of Persian Indigo #240273

Color information

#240273 (or 0x240273) is unknown color: approx Persian Indigo. HEX triplet: 24, 02 and 73. RGB value is (36,2,115). Sum of RGB (Red+Green+Blue) = 36+2+115=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #240273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240273 is #DBFD8C. Grayscale: #181818. Windows color (decimal): -14417293 or 7537188. OLE color: 7537188.

HSL color Cylindrical-coordinate representation of color #240273: hue angle of 258.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240273 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB362115-
CMYK0.690.9800.55
HSL258.05º96.58%22.94%-
HSV(B)258.05º98.26%45.1%-
XYZ3.841.6616.34-
YUV25.05178.76135.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.53%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 115 (45.31% from 255) = 75.16%
R=23.53%
G=1.31%
B=75.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3621150.690.9800.55258.0596.5822.94
Hex2427345620371026117
Octal44216310514206740214127
Binary100100101110011100010111000100110111100000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240273; }

 p { color: rgb(36,2,115); }

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

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

 a { background-color: rgb(36,2,115); }

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

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

 span { border-color: rgb(36,2,115); }

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