#30205D

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

Shades of Paris M #30205D

Tints of Paris M #30205D

Color information

#30205D (or 0x30205D) is unknown color: approx Paris M. HEX triplet: 30, 20 and 5D. RGB value is (48,32,93). Sum of RGB (Red+Green+Blue) = 48+32+93=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #30205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30205D is #CFDFA2. Grayscale: #2B2B2B. Windows color (decimal): -13623203 or 6103088. OLE color: 6103088.

HSL color Cylindrical-coordinate representation of color #30205D: hue angle of 255.74º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30205D is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB483293-
CMYK0.480.6600.64
HSL255.74º48.8%24.51%-
HSV(B)255.74º65.59%36.47%-
XYZ3.712.4510.63-
YUV43.74155.8131.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 93 (36.72% from 255) = 53.76%
R=27.75%
G=18.50%
B=53.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4832930.480.6600.64255.7448.824.51
Hex30205D30420401003119
Octal60401356010201004006131
Binary110000100000101110111000010000100100000010000000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30205D; }

 p { color: rgb(48,32,93); }

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

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

 a { background-color: rgb(48,32,93); }

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

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

 span { border-color: rgb(48,32,93); }

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