#25087F

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

Shades of Persian Indigo #25087F

Tints of Persian Indigo #25087F

Color information

#25087F (or 0x25087F) is unknown color: approx Persian Indigo. HEX triplet: 25, 08 and 7F. RGB value is (37,8,127). Sum of RGB (Red+Green+Blue) = 37+8+127=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 127 (50% from 255 or 73.84% from 172); Max value from RGB is 127 - color contains mainly: blue. Hex color #25087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25087F is #DAF780. Grayscale: #1D1D1D. Windows color (decimal): -14350209 or 8325157. OLE color: 8325157.

HSL color Cylindrical-coordinate representation of color #25087F: hue angle of 254.62º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25087F is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB378127-
CMYK0.710.9400.50
HSL254.62º88.15%26.47%-
HSV(B)254.62º93.7%49.8%-
XYZ4.682.120.24-
YUV30.24182.61132.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 127 (50% from 255) = 73.84%
R=21.51%
G=4.65%
B=73.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3781270.710.9400.50254.6288.1526.47
Hex2587F475E032ff581a
Octal451017710713606237713032
Binary1001011000111111110001111011110011001011111111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25087F; }

 p { color: rgb(37,8,127); }

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

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

 a { background-color: rgb(37,8,127); }

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

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

 span { border-color: rgb(37,8,127); }

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