#240173

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

Shades of Persian Indigo #240173

Tints of Persian Indigo #240173

Color information

#240173 (or 0x240173) is unknown color: approx Persian Indigo. HEX triplet: 24, 01 and 73. RGB value is (36,1,115). Sum of RGB (Red+Green+Blue) = 36+1+115=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #240173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240173 is #DBFE8C. Grayscale: #181818. Windows color (decimal): -14417549 or 7536932. OLE color: 7536932.

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

Color convert

RGB361115-
CMYK0.690.9900.55
HSL258.42º98.28%22.75%-
HSV(B)258.42º99.13%45.1%-
XYZ3.831.6316.33-
YUV24.46179.1136.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 115 (45.31% from 255) = 75.66%
R=23.68%
G=0.66%
B=75.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3611150.690.9900.55258.4298.2822.75
Hex2417345630371026217
Octal44116310514306740214227
Binary10010011110011100010111000110110111100000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240173; }

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

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

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

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

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

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

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

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