Html Css Color HEX #281462 Paris M

📋 copy color: '#281462'

red 40 ◦ green 20 ◦ blue 98

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

Shades of Paris M #281462

Tints of Paris M #281462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 62.03%

R = 25.32%
G = 12.66%
B = 62.03%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#281462 (or 0x281462) is known color: Paris M. HEX triplet: 28, 14 and 62. RGB value is (40,20,98). Sum of RGB (Red+Green+Blue) = 40+20+98=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #281462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281462 is #D7EB9D. Grayscale: #222222. Windows color (decimal): -14150558 or 6427688. OLE color: 6427688.

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

Color convert

RGB 40 20 98 -
CMYK 0.59 0.80 0 0.62
HSL 255.38º 0.66% 0.23% -
HSV(B) 255.38º 0.8% 0.38% -
XYZ 3.33 1.83 11.73 -
YUV 34.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 40 20 98 0.59 0.80 0 0.62 255.38 0.66 0.23
Hex 28 14 62 3B 50 0 3E FF 42 17
Octal 50 24 142 73 120 0 76 377 102 27
Binary 101000 10100 1100010 111011 1010000 0 111110 11111111 1000010 10111

Color Harmonies of #281462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281462

Black with #281462

Text Example


Text Example

White with #281462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281462; }

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

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

background-color css

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

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

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

border-color css

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

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

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