#25135C

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

Shades of Paris M #25135C

Tints of Paris M #25135C

Color information

#25135C (or 0x25135C) is unknown color: approx Paris M. HEX triplet: 25, 13 and 5C. RGB value is (37,19,92). Sum of RGB (Red+Green+Blue) = 37+19+92=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #25135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25135C is #DAECA3. Grayscale: #202020. Windows color (decimal): -14347428 or 6034213. OLE color: 6034213.

HSL color Cylindrical-coordinate representation of color #25135C: hue angle of 254.79º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25135C is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB371992-
CMYK0.600.7900.64
HSL254.79º65.77%21.76%-
HSV(B)254.79º79.35%36.08%-
XYZ2.931.6310.29-
YUV32.7161.46131.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 92 (36.33% from 255) = 62.16%
R=25%
G=12.84%
B=62.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3719920.600.7900.64254.7965.7721.76
Hex25135C3C4F040ff4216
Octal452313474117010037710226
Binary10010110011101110011110010011110100000011111111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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