#250173

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

Shades of Persian Indigo #250173

Tints of Persian Indigo #250173

Color information

#250173 (or 0x250173) is unknown color: approx Persian Indigo. HEX triplet: 25, 01 and 73. RGB value is (37,1,115). Sum of RGB (Red+Green+Blue) = 37+1+115=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 1 (0.78% from 255 or 0.65% 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 #250173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250173 is #DAFE8C. Grayscale: #181818. Windows color (decimal): -14352013 or 7536933. OLE color: 7536933.

HSL color Cylindrical-coordinate representation of color #250173: hue angle of 258.95º 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 #250173 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB371115-
CMYK0.680.9900.55
HSL258.95º98.28%22.75%-
HSV(B)258.95º99.13%45.1%-
XYZ3.871.6516.33-
YUV24.76178.93136.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 115 (45.31% from 255) = 75.16%
R=24.18%
G=0.65%
B=75.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3711150.680.9900.55258.9598.2822.75
Hex2517344630371036217
Octal45116310414306740314227
Binary10010111110011100010011000110110111100000011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250173; }

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

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

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

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

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

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

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

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