#25106D

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

Shades of Persian Indigo #25106D

Tints of Persian Indigo #25106D

Color information

#25106D (or 0x25106D) is unknown color: approx Persian Indigo. HEX triplet: 25, 10 and 6D. RGB value is (37,16,109). Sum of RGB (Red+Green+Blue) = 37+16+109=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #25106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25106D is #DAEF92. Grayscale: #202020. Windows color (decimal): -14348179 or 7147557. OLE color: 7147557.

HSL color Cylindrical-coordinate representation of color #25106D: hue angle of 253.55º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25106D is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3716109-
CMYK0.660.8500.57
HSL253.55º74.4%24.51%-
HSV(B)253.55º85.32%42.75%-
XYZ3.711.8714.63-
YUV32.88170.96130.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 109 (42.97% from 255) = 67.28%
R=22.84%
G=9.88%
B=67.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37161090.660.8500.57253.5574.424.51
Hex25106D4255039fe4a19
Octal452015510212507137611231
Binary10010110000110110110000101010101011100111111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,16,109); }

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

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

 a { background-color: rgb(37,16,109); }

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

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

 span { border-color: rgb(37,16,109); }

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