#25135F

Color #25135F Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #25135F

Tints of Paris M #25135F

Color information

#25135F (or 0x25135F) is unknown color: approx Paris M. HEX triplet: 25, 13 and 5F. RGB value is (37,19,95). Sum of RGB (Red+Green+Blue) = 37+19+95=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #25135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25135F is #DAECA0. Grayscale: #202020. Windows color (decimal): -14347425 or 6230821. OLE color: 6230821.

HSL color Cylindrical-coordinate representation of color #25135F: hue angle of 254.21º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25135F is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB371995-
CMYK0.610.8000.63
HSL254.21º66.67%22.35%-
HSV(B)254.21º80%37.25%-
XYZ3.061.6910.99-
YUV33.05162.96130.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 95 (37.5% from 255) = 62.91%
R=24.50%
G=12.58%
B=62.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3719950.610.8000.63254.2166.6722.35
Hex25135F3D5003Ffe4316
Octal45231377512007737610326
Binary1001011001110111111111011010000011111111111110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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