#250489

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

Shades of Persian Indigo #250489

Tints of Persian Indigo #250489

Color information

#250489 (or 0x250489) is unknown color: approx Persian Indigo. HEX triplet: 25, 04 and 89. RGB value is (37,4,137). Sum of RGB (Red+Green+Blue) = 37+4+137=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 137 (53.91% from 255 or 76.97% from 178); Max value from RGB is 137 - color contains mainly: blue. Hex color #250489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250489 is #DAFB76. Grayscale: #1C1C1C. Windows color (decimal): -14351223 or 8979493. OLE color: 8979493.

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

Color convert

RGB374137-
CMYK0.730.9700.46
HSL254.89º94.33%27.65%-
HSV(B)254.89º97.08%53.73%-
XYZ5.322.2923.83-
YUV29.03188.93133.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 4 (1.95% from 255) = 2.25%
BLUE value IS 137 (53.91% from 255) = 76.97%
R=20.79%
G=2.25%
B=76.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3741370.730.9700.46254.8994.3327.65
Hex25489496102Eff5e1c
Octal45421111114105637713634
Binary1001011001000100110010011100001010111011111111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250489; }

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

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

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

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

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

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

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

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