Html Css Color HEX #281962 Paris M

📋 copy color: '#281962'

red 40 ◦ green 25 ◦ blue 98

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

Shades of Paris M #281962

Tints of Paris M #281962

RGB

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

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

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

R = 24.54%
G = 15.34%
B = 60.12%

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

#281962 (or 0x281962) is known color: Paris M. HEX triplet: 28, 19 and 62. RGB value is (40,25,98). Sum of RGB (Red+Green+Blue) = 40+25+98=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #281962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281962 is #D7E69D. Grayscale: #252525. Windows color (decimal): -14149278 or 6428968. OLE color: 6428968.

HSL color Cylindrical-coordinate representation of color #281962: hue angle of 252.33º 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 #281962 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 25 98 -
CMYK 0.59 0.74 0 0.62
HSL 252.33º 0.59% 0.24% -
HSV(B) 252.33º 0.74% 0.38% -
XYZ 3.43 2.03 11.77 -
YUV 37.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 40 25 98 0.59 0.74 0 0.62 252.33 0.59 0.24
Hex 28 19 62 3B 4A 0 3E FC 3B 18
Octal 50 31 142 73 112 0 76 374 73 30
Binary 101000 11001 1100010 111011 1001010 0 111110 11111100 111011 11000

Color Harmonies of #281962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281962

Black with #281962

Text Example


Text Example

White with #281962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281962; }

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

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

background-color css

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

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

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

border-color css

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

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

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