Html Css Color HEX #281463 Paris M

📋 copy color: '#281463'

red 40 ◦ green 20 ◦ blue 99

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

Shades of Paris M #281463

Tints of Paris M #281463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 62.26%

R = 25.16%
G = 12.58%
B = 62.26%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#281463 (or 0x281463) is known color: Paris M. HEX triplet: 28, 14 and 63. RGB value is (40,20,99). Sum of RGB (Red+Green+Blue) = 40+20+99=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #281463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281463 is #D7EB9C. Grayscale: #222222. Windows color (decimal): -14150557 or 6493224. OLE color: 6493224.

HSL color Cylindrical-coordinate representation of color #281463: hue angle of 255.19º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #281463 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 20 99 -
CMYK 0.60 0.80 0 0.61
HSL 255.19º 0.66% 0.23% -
HSV(B) 255.19º 0.8% 0.39% -
XYZ 3.38 1.85 11.98 -
YUV 34.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 40 20 99 0.60 0.80 0 0.61 255.19 0.66 0.23
Hex 28 14 63 3C 50 0 3D FF 42 17
Octal 50 24 143 74 120 0 75 377 102 27
Binary 101000 10100 1100011 111100 1010000 0 111101 11111111 1000010 10111

Color Harmonies of #281463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281463

Black with #281463

Text Example


Text Example

White with #281463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281463; }

 p { color: rgb(40,20,99); }

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

background-color css

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

 a { background-color: rgb(40,20,99); }

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

border-color css

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

 span { border-color: rgb(40,20,99); }

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