#25056F

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

Shades of Persian Indigo #25056F

Tints of Persian Indigo #25056F

Color information

#25056F (or 0x25056F) is unknown color: approx Persian Indigo. HEX triplet: 25, 05 and 6F. RGB value is (37,5,111). Sum of RGB (Red+Green+Blue) = 37+5+111=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #25056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25056F is #DAFA90. Grayscale: #1A1A1A. Windows color (decimal): -14350993 or 7275813. OLE color: 7275813.

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

Color convert

RGB375111-
CMYK0.670.9500.56
HSL258.11º91.38%22.75%-
HSV(B)258.11º95.5%43.53%-
XYZ3.691.6515.16-
YUV26.65175.6135.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 111 (43.75% from 255) = 72.55%
R=24.18%
G=3.27%
B=72.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3751110.670.9500.56258.1191.3822.75
Hex2556F435F0381025b17
Octal45515710313707040213327
Binary1001011011101111100001110111110111000100000010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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