#240673

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

Shades of Persian Indigo #240673

Tints of Persian Indigo #240673

Color information

#240673 (or 0x240673) is unknown color: approx Persian Indigo. HEX triplet: 24, 06 and 73. RGB value is (36,6,115). Sum of RGB (Red+Green+Blue) = 36+6+115=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #240673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240673 is #DBF98C. Grayscale: #1A1A1A. Windows color (decimal): -14416269 or 7538212. OLE color: 7538212.

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

Color convert

RGB366115-
CMYK0.690.9500.55
HSL256.51º90.08%23.73%-
HSV(B)256.51º94.78%45.1%-
XYZ3.891.7416.35-
YUV27.4177.44134.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 115 (45.31% from 255) = 73.25%
R=22.93%
G=3.82%
B=73.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3661150.690.9500.55256.5190.0823.73
Hex24673455F0371015a18
Octal44616310513706740113230
Binary1001001101110011100010110111110110111100000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240673; }

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

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

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

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

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

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

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

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