Html Css Color HEX #281F60 Paris M

📋 copy color: '#281F60'

red 40 ◦ green 31 ◦ blue 96

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

Shades of Paris M #281F60

Tints of Paris M #281F60

RGB

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

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

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

R = 23.95%
G = 18.56%
B = 57.49%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#281F60 (or 0x281F60) is known color: Paris M. HEX triplet: 28, 1F and 60. RGB value is (40,31,96). Sum of RGB (Red+Green+Blue) = 40+31+96=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #281F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F60 is #D7E09F. Grayscale: #282828. Windows color (decimal): -14147744 or 6299432. OLE color: 6299432.

HSL color Cylindrical-coordinate representation of color #281F60: hue angle of 248.31º degrees, saturation: 0.51, 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 #281F60 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 31 96 -
CMYK 0.58 0.68 0 0.62
HSL 248.31º 0.51% 0.25% -
HSV(B) 248.31º 0.68% 0.38% -
XYZ 3.48 2.28 11.32 -
YUV 41.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 40 31 96 0.58 0.68 0 0.62 248.31 0.51 0.25
Hex 28 1F 60 3A 44 0 3E F8 33 19
Octal 50 37 140 72 104 0 76 370 63 31
Binary 101000 11111 1100000 111010 1000100 0 111110 11111000 110011 11001

Color Harmonies of #281F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F60

Black with #281F60

Text Example


Text Example

White with #281F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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