#250089

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

Shades of Persian Indigo #250089

Tints of Persian Indigo #250089

Color information

#250089 (or 0x250089) is unknown color: approx Persian Indigo. HEX triplet: 25, 00 and 89. RGB value is (37,0,137). Sum of RGB (Red+Green+Blue) = 37+0+137=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 137 (53.91% from 255 or 78.74% from 174); Max value from RGB is 137 - color contains mainly: blue. Hex color #250089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250089 is #DAFF76. Grayscale: #1A1A1A. Windows color (decimal): -14352247 or 8978469. OLE color: 8978469.

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

Color convert

RGB370137-
CMYK0.73100.46
HSL256.2º100%26.86%-
HSV(B)256.2º100%53.73%-
XYZ5.282.223.81-
YUV26.68190.26135.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 137 (53.91% from 255) = 78.74%
R=21.26%
G=0%
B=78.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3701370.73100.46256.210026.86
Hex25089496402E100641b
Octal45021111114405640014433
Binary100101010001001100100111001000101110100000000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250089; }

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

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

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

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

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

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

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

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