#25017D

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

Shades of Persian Indigo #25017D

Tints of Persian Indigo #25017D

Color information

#25017D (or 0x25017D) is unknown color: approx Persian Indigo. HEX triplet: 25, 01 and 7D. RGB value is (37,1,125). Sum of RGB (Red+Green+Blue) = 37+1+125=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #25017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25017D is #DAFE82. Grayscale: #191919. Windows color (decimal): -14352003 or 8192293. OLE color: 8192293.

HSL color Cylindrical-coordinate representation of color #25017D: hue angle of 257.42º 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 #25017D is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB371125-
CMYK0.700.9900.51
HSL257.42º98.41%24.71%-
HSV(B)257.42º99.2%49.02%-
XYZ4.481.919.53-
YUV25.9183.93135.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 125 (49.22% from 255) = 76.69%
R=22.70%
G=0.61%
B=76.69%

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
Decimal3711250.700.9900.51257.4298.4124.71
Hex2517D46630331016219
Octal45117510614306340114231
Binary10010111111101100011011000110110011100000001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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