#250175

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

Shades of Persian Indigo #250175

Tints of Persian Indigo #250175

Color information

#250175 (or 0x250175) is unknown color: approx Persian Indigo. HEX triplet: 25, 01 and 75. RGB value is (37,1,117). Sum of RGB (Red+Green+Blue) = 37+1+117=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #250175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250175 is #DAFE8A. Grayscale: #181818. Windows color (decimal): -14352011 or 7668005. OLE color: 7668005.

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

Color convert

RGB371117-
CMYK0.680.9900.54
HSL258.62º98.31%23.14%-
HSV(B)258.62º99.15%45.88%-
XYZ3.981.716.95-
YUV24.99179.93136.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 117 (46.09% from 255) = 75.48%
R=23.87%
G=0.65%
B=75.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3711170.680.9900.54258.6298.3123.14
Hex2517544630361036217
Octal45116510414306640314227
Binary10010111110101100010011000110110110100000011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250175; }

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

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

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

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

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

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

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

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