#25086C

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

Shades of Persian Indigo #25086C

Tints of Persian Indigo #25086C

Color information

#25086C (or 0x25086C) is unknown color: approx Persian Indigo. HEX triplet: 25, 08 and 6C. RGB value is (37,8,108). Sum of RGB (Red+Green+Blue) = 37+8+108=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #25086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25086C is #DAF793. Grayscale: #1B1B1B. Windows color (decimal): -14350228 or 7079973. OLE color: 7079973.

HSL color Cylindrical-coordinate representation of color #25086C: hue angle of 257.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25086C is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB378108-
CMYK0.660.9300.58
HSL257.4º86.21%22.75%-
HSV(B)257.4º92.59%42.35%-
XYZ3.561.6514.32-
YUV28.07173.11134.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 108 (42.58% from 255) = 70.59%
R=24.18%
G=5.23%
B=70.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3781080.660.9300.58257.486.2122.75
Hex2586C425D03A1015617
Octal451015410213507240112627
Binary10010110001101100100001010111010111010100000001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25086C; }

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

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

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

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

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

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

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

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