#25015F

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

Shades of Persian Indigo #25015F

Tints of Persian Indigo #25015F

Color information

#25015F (or 0x25015F) is unknown color: approx Persian Indigo. HEX triplet: 25, 01 and 5F. RGB value is (37,1,95). Sum of RGB (Red+Green+Blue) = 37+1+95=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 95 (37.5% from 255 or 71.43% from 133); Max value from RGB is 95 - color contains mainly: blue. Hex color #25015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25015F is #DAFEA0. Grayscale: #161616. Windows color (decimal): -14352033 or 6226213. OLE color: 6226213.

HSL color Cylindrical-coordinate representation of color #25015F: hue angle of 262.98º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25015F is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB37195-
CMYK0.610.9900.63
HSL262.98º97.92%18.82%-
HSV(B)262.98º98.95%37.25%-
XYZ2.841.2410.92-
YUV22.48168.93138.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 95 (37.5% from 255) = 71.43%
R=27.82%
G=0.75%
B=71.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal371950.610.9900.63262.9897.9218.82
Hex2515F3D6303F1076213
Octal4511377514307740714223
Binary1001011101111111110111000110111111100000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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