Html Css Color HEX #281961 Paris M

📋 copy color: '#281961'

red 40 ◦ green 25 ◦ blue 97

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

Shades of Paris M #281961

Tints of Paris M #281961

RGB

 RED value IS 40 (16.02% from 255) = 24.69%

 GREEN value IS 25 (10.16% from 255) = 15.43%

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

R = 24.69%
G = 15.43%
B = 59.88%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#281961 (or 0x281961) is known color: Paris M. HEX triplet: 28, 19 and 61. RGB value is (40,25,97). Sum of RGB (Red+Green+Blue) = 40+25+97=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #281961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281961 is #D7E69E. Grayscale: #252525. Windows color (decimal): -14149279 or 6363432. OLE color: 6363432.

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

Color convert

RGB 40 25 97 -
CMYK 0.59 0.74 0 0.62
HSL 252.5º 0.59% 0.24% -
HSV(B) 252.5º 0.74% 0.38% -
XYZ 3.38 2.01 11.52 -
YUV 37.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 40 25 97 0.59 0.74 0 0.62 252.5 0.59 0.24
Hex 28 19 61 3B 4A 0 3E FD 3B 18
Octal 50 31 141 73 112 0 76 375 73 30
Binary 101000 11001 1100001 111011 1001010 0 111110 11111101 111011 11000

Color Harmonies of #281961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281961

Black with #281961

Text Example


Text Example

White with #281961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281961; }

 p { color: rgb(40,25,97); }

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

background-color css

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

 a { background-color: rgb(40,25,97); }

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

border-color css

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

 span { border-color: rgb(40,25,97); }

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