Html Css Color HEX #251560 Paris M

📋 copy color: '#251560'

red 37 ◦ green 21 ◦ blue 96

#251560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #251560

Tints of Paris M #251560

RGB

 RED value IS 37 (14.84% from 255) = 24.03%

 GREEN value IS 21 (8.59% from 255) = 13.64%

 BLUE value IS 96 (37.89% from 255) = 62.34%

R = 24.03%
G = 13.64%
B = 62.34%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#251560 (or 0x251560) is known color: Paris M. HEX triplet: 25, 15 and 60. RGB value is (37,21,96). Sum of RGB (Red+Green+Blue) = 37+21+96=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #251560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251560 is #DAEA9F. Grayscale: #222222. Windows color (decimal): -14346912 or 6296869. OLE color: 6296869.

HSL color Cylindrical-coordinate representation of color #251560: hue angle of 252.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251560 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 21 96 -
CMYK 0.61 0.78 0 0.62
HSL 252.8º 0.64% 0.23% -
HSV(B) 252.8º 0.78% 0.38% -
XYZ 3.14 1.77 11.24 -
YUV 34.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 37 21 96 0.61 0.78 0 0.62 252.8 0.64 0.23
Hex 25 15 60 3D 4E 0 3E FD 40 17
Octal 45 25 140 75 116 0 76 375 100 27
Binary 100101 10101 1100000 111101 1001110 0 111110 11111101 1000000 10111

Color Harmonies of #251560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251560

Black with #251560

Text Example


Text Example

White with #251560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251560; }

 p { color: rgb(37,21,96); }

 H1.HeaderClassName
 {
   color: #251560;
 }
 .AnyTagClassName
 {
   color: #251560;
 }
</style>

background-color css

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

 a { background-color: rgb(37,21,96); }

 div.DivClassName
 {
   background-color: #251560;
 }
 .BgClassName
 {
   background-color: #251560;
 }
</style>

border-color css

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

 span { border-color: rgb(37,21,96); }

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