Html Css Color HEX #251461 Paris M

📋 copy color: '#251461'

red 37 ◦ green 20 ◦ blue 97

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

Shades of Paris M #251461

Tints of Paris M #251461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.99%

 BLUE value IS 97 (38.28% from 255) = 62.99%

R = 24.03%
G = 12.99%
B = 62.99%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#251461 (or 0x251461) is known color: Paris M. HEX triplet: 25, 14 and 61. RGB value is (37,20,97). Sum of RGB (Red+Green+Blue) = 37+20+97=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #251461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251461 is #DAEB9E. Grayscale: #212121. Windows color (decimal): -14347167 or 6362149. OLE color: 6362149.

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

Color convert

RGB 37 20 97 -
CMYK 0.62 0.79 0 0.62
HSL 253.25º 0.66% 0.23% -
HSV(B) 253.25º 0.79% 0.38% -
XYZ 3.17 1.76 11.48 -
YUV 33.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 37 20 97 0.62 0.79 0 0.62 253.25 0.66 0.23
Hex 25 14 61 3E 4F 0 3E FD 42 17
Octal 45 24 141 76 117 0 76 375 102 27
Binary 100101 10100 1100001 111110 1001111 0 111110 11111101 1000010 10111

Color Harmonies of #251461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251461

Black with #251461

Text Example


Text Example

White with #251461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251461; }

 p { color: rgb(37,20,97); }

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

background-color css

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

 a { background-color: rgb(37,20,97); }

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

border-color css

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

 span { border-color: rgb(37,20,97); }

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