Html Css Color HEX #281F61 Paris M

📋 copy color: '#281F61'

red 40 ◦ green 31 ◦ blue 97

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

Shades of Paris M #281F61

Tints of Paris M #281F61

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.45%

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

R = 23.81%
G = 18.45%
B = 57.74%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#281F61 (or 0x281F61) is known color: Paris M. HEX triplet: 28, 1F and 61. RGB value is (40,31,97). Sum of RGB (Red+Green+Blue) = 40+31+97=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #281F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F61 is #D7E09E. Grayscale: #282828. Windows color (decimal): -14147743 or 6364968. OLE color: 6364968.

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

Color convert

RGB 40 31 97 -
CMYK 0.59 0.68 0 0.62
HSL 248.18º 0.52% 0.25% -
HSV(B) 248.18º 0.68% 0.38% -
XYZ 3.52 2.29 11.57 -
YUV 41.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 40 31 97 0.59 0.68 0 0.62 248.18 0.52 0.25
Hex 28 1F 61 3B 44 0 3E F8 34 19
Octal 50 37 141 73 104 0 76 370 64 31
Binary 101000 11111 1100001 111011 1000100 0 111110 11111000 110100 11001

Color Harmonies of #281F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F61

Black with #281F61

Text Example


Text Example

White with #281F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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