#30205A

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

Shades of Paris M #30205A

Tints of Paris M #30205A

Color information

#30205A (or 0x30205A) is unknown color: approx Paris M. HEX triplet: 30, 20 and 5A. RGB value is (48,32,90). Sum of RGB (Red+Green+Blue) = 48+32+90=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #30205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30205A is #CFDFA5. Grayscale: #2B2B2B. Windows color (decimal): -13623206 or 5906480. OLE color: 5906480.

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

Color convert

RGB483290-
CMYK0.470.6400.65
HSL256.55º47.54%23.92%-
HSV(B)256.55º64.44%35.29%-
XYZ3.582.49.95-
YUV43.4154.3131.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=28.24%
G=18.82%
B=52.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4832900.470.6400.65256.5547.5423.92
Hex30205A2F400411013018
Octal60401325710001014016030
Binary110000100000101101010111110000000100000110000000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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