#250186

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

Shades of Persian Indigo #250186

Tints of Persian Indigo #250186

Color information

#250186 (or 0x250186) is unknown color: approx Persian Indigo. HEX triplet: 25, 01 and 86. RGB value is (37,1,134). Sum of RGB (Red+Green+Blue) = 37+1+134=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 134 (52.73% from 255 or 77.91% from 172); Max value from RGB is 134 - color contains mainly: blue. Hex color #250186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250186 is #DAFE79. Grayscale: #1A1A1A. Windows color (decimal): -14351994 or 8782117. OLE color: 8782117.

HSL color Cylindrical-coordinate representation of color #250186: hue angle of 256.24º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250186 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB371134-
CMYK0.720.9900.47
HSL256.24º98.52%26.47%-
HSV(B)256.24º99.25%52.55%-
XYZ5.082.1422.7-
YUV26.93188.43135.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 134 (52.73% from 255) = 77.91%
R=21.51%
G=0.58%
B=77.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3711340.720.9900.47256.2498.5226.47
Hex25186486302F100631a
Octal45120611014305740014332
Binary100101110000110100100011000110101111100000000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250186; }

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

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

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

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

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

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

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

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