#302162

Color #302162 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #302162

Tints of Paris M #302162

Color information

#302162 (or 0x302162) is unknown color: approx Paris M. HEX triplet: 30, 21 and 62. RGB value is (48,33,98). Sum of RGB (Red+Green+Blue) = 48+33+98=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #302162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302162 is #CFDE9D. Grayscale: #2C2C2C. Windows color (decimal): -13622942 or 6431024. OLE color: 6431024.

HSL color Cylindrical-coordinate representation of color #302162: hue angle of 253.85º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #302162 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB483398-
CMYK0.510.6600.62
HSL253.85º49.62%25.69%-
HSV(B)253.85º66.33%38.43%-
XYZ3.972.611.85-
YUV44.9157.97130.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=26.82%
G=18.44%
B=54.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4833980.510.6600.62253.8549.6225.69
Hex302162334203Efe321a
Octal6041142631020763766232
Binary1100001000011100010110011100001001111101111111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302162; }

 p { color: rgb(48,33,98); }

 H1.HeaderClassName
 {
   color: #302162;
 }
 .AnyTagClassName
 {
   color: #302162;
 }
</style>
background-color css

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

 a { background-color: rgb(48,33,98); }

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

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

 span { border-color: rgb(48,33,98); }

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