#25087B

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

Shades of Persian Indigo #25087B

Tints of Persian Indigo #25087B

Color information

#25087B (or 0x25087B) is unknown color: approx Persian Indigo. HEX triplet: 25, 08 and 7B. RGB value is (37,8,123). Sum of RGB (Red+Green+Blue) = 37+8+123=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 123 (48.44% from 255 or 73.21% from 168); Max value from RGB is 123 - color contains mainly: blue. Hex color #25087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25087B is #DAF784. Grayscale: #1D1D1D. Windows color (decimal): -14350213 or 8063013. OLE color: 8063013.

HSL color Cylindrical-coordinate representation of color #25087B: hue angle of 255.13º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25087B is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB378123-
CMYK0.700.9300.52
HSL255.13º87.79%25.69%-
HSV(B)255.13º93.5%48.24%-
XYZ4.42218.89-
YUV29.78180.61133.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 123 (48.44% from 255) = 73.21%
R=22.02%
G=4.76%
B=73.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3781230.700.9300.52255.1387.7925.69
Hex2587B465D034ff581a
Octal451017310613506437713032
Binary1001011000111101110001101011101011010011111111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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