#302161

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

Shades of Paris M #302161

Tints of Paris M #302161

Color information

#302161 (or 0x302161) is unknown color: approx Paris M. HEX triplet: 30, 21 and 61. RGB value is (48,33,97). Sum of RGB (Red+Green+Blue) = 48+33+97=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #302161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302161 is #CFDE9E. Grayscale: #2C2C2C. Windows color (decimal): -13622943 or 6365488. OLE color: 6365488.

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

Color convert

RGB483397-
CMYK0.510.6600.62
HSL254.06º49.23%25.49%-
HSV(B)254.06º65.98%38.04%-
XYZ3.922.5811.6-
YUV44.78157.47130.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=26.97%
G=18.54%
B=54.49%

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
Decimal4833970.510.6600.62254.0649.2325.49
Hex302161334203Efe3119
Octal6041141631020763766131
Binary1100001000011100001110011100001001111101111111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302161; }

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

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

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

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

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

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

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

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