#25136F

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

Shades of Persian Indigo #25136F

Tints of Persian Indigo #25136F

Color information

#25136F (or 0x25136F) is unknown color: approx Persian Indigo. HEX triplet: 25, 13 and 6F. RGB value is (37,19,111). Sum of RGB (Red+Green+Blue) = 37+19+111=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #25136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25136F is #DAEC90. Grayscale: #222222. Windows color (decimal): -14347409 or 7279397. OLE color: 7279397.

HSL color Cylindrical-coordinate representation of color #25136F: hue angle of 251.74º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25136F is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3719111-
CMYK0.670.8300.56
HSL251.74º70.77%25.49%-
HSV(B)251.74º82.88%43.53%-
XYZ3.872.0115.22-
YUV34.87170.96129.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 111 (43.75% from 255) = 66.47%
R=22.16%
G=11.38%
B=66.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37191110.670.8300.56251.7470.7725.49
Hex25136F4353038fc4719
Octal452315710312307037410731
Binary10010110011110111110000111010011011100011111100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25136F; }

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

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

<style>
 a { background-color: #25136F; }

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

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

<style>
 span { border-color: #25136F; }

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

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