#250189

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

Shades of Persian Indigo #250189

Tints of Persian Indigo #250189

Color information

#250189 (or 0x250189) is unknown color: approx Persian Indigo. HEX triplet: 25, 01 and 89. RGB value is (37,1,137). Sum of RGB (Red+Green+Blue) = 37+1+137=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 137 (53.91% from 255 or 78.29% from 175); Max value from RGB is 137 - color contains mainly: blue. Hex color #250189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250189 is #DAFE76. Grayscale: #1A1A1A. Windows color (decimal): -14351991 or 8978725. OLE color: 8978725.

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

Color convert

RGB371137-
CMYK0.730.9900.46
HSL255.88º98.55%27.06%-
HSV(B)255.88º99.27%53.73%-
XYZ5.292.2223.82-
YUV27.27189.93134.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 137 (53.91% from 255) = 78.29%
R=21.14%
G=0.57%
B=78.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3711370.730.9900.46255.8898.5527.06
Hex25189496302E100631b
Octal45121111114305640014333
Binary100101110001001100100111000110101110100000000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250189; }

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

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

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

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

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

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

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

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