#25017C

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

Shades of Persian Indigo #25017C

Tints of Persian Indigo #25017C

Color information

#25017C (or 0x25017C) is unknown color: approx Persian Indigo. HEX triplet: 25, 01 and 7C. RGB value is (37,1,124). Sum of RGB (Red+Green+Blue) = 37+1+124=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #25017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25017C is #DAFE83. Grayscale: #191919. Windows color (decimal): -14352004 or 8126757. OLE color: 8126757.

HSL color Cylindrical-coordinate representation of color #25017C: hue angle of 257.56º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25017C is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB371124-
CMYK0.700.9900.51
HSL257.56º98.4%24.51%-
HSV(B)257.56º99.19%48.63%-
XYZ4.411.8719.2-
YUV25.79183.43136-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 124 (48.83% from 255) = 76.54%
R=22.84%
G=0.62%
B=76.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3711240.700.9900.51257.5698.424.51
Hex2517C46630331026219
Octal45117410614306340214231
Binary10010111111100100011011000110110011100000010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,1,124); }

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

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

 a { background-color: rgb(37,1,124); }

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

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

 span { border-color: rgb(37,1,124); }

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