#30205C

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

Shades of Paris M #30205C

Tints of Paris M #30205C

Color information

#30205C (or 0x30205C) is unknown color: approx Paris M. HEX triplet: 30, 20 and 5C. RGB value is (48,32,92). Sum of RGB (Red+Green+Blue) = 48+32+92=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #30205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30205C is #CFDFA3. Grayscale: #2B2B2B. Windows color (decimal): -13623204 or 6037552. OLE color: 6037552.

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

Color convert

RGB483292-
CMYK0.480.6500.64
HSL256º48.39%24.31%-
HSV(B)256º65.22%36.08%-
XYZ3.672.4310.4-
YUV43.62155.3131.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 92 (36.33% from 255) = 53.49%
R=27.91%
G=18.60%
B=53.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4832920.480.6500.6425648.3924.31
Hex30205C30410401003018
Octal60401346010101004006030
Binary110000100000101110011000010000010100000010000000011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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