#250588

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

Shades of Persian Indigo #250588

Tints of Persian Indigo #250588

Color information

#250588 (or 0x250588) is unknown color: approx Persian Indigo. HEX triplet: 25, 05 and 88. RGB value is (37,5,136). Sum of RGB (Red+Green+Blue) = 37+5+136=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #250588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250588 is #DAFA77. Grayscale: #1D1D1D. Windows color (decimal): -14350968 or 8914213. OLE color: 8914213.

HSL color Cylindrical-coordinate representation of color #250588: hue angle of 254.66º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250588 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB375136-
CMYK0.730.9600.47
HSL254.66º92.91%27.65%-
HSV(B)254.66º96.32%53.33%-
XYZ5.262.2823.46-
YUV29.5188.1133.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 136 (53.52% from 255) = 76.40%
R=20.79%
G=2.81%
B=76.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3751360.730.9600.47254.6692.9127.65
Hex25588496002Fff5d1c
Octal45521011114005737713534
Binary1001011011000100010010011100000010111111111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250588; }

 p { color: rgb(37,5,136); }

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

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

 a { background-color: rgb(37,5,136); }

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

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

 span { border-color: rgb(37,5,136); }

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