#25137D

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

Shades of Persian Indigo #25137D

Tints of Persian Indigo #25137D

Color information

#25137D (or 0x25137D) is unknown color: approx Persian Indigo. HEX triplet: 25, 13 and 7D. RGB value is (37,19,125). Sum of RGB (Red+Green+Blue) = 37+19+125=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #25137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25137D is #DAEC82. Grayscale: #242424. Windows color (decimal): -14347395 or 8196901. OLE color: 8196901.

HSL color Cylindrical-coordinate representation of color #25137D: hue angle of 250.19º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25137D is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3719125-
CMYK0.700.8500.51
HSL250.19º73.61%28.24%-
HSV(B)250.19º84.8%49.02%-
XYZ4.72.3419.61-
YUV36.47177.96128.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 125 (49.22% from 255) = 69.06%
R=20.44%
G=10.50%
B=69.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37191250.700.8500.51250.1973.6128.24
Hex25137D4655033fa4a1c
Octal452317510612506337211234
Binary10010110011111110110001101010101011001111111010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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