#30275A

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

Shades of Paris M #30275A

Tints of Paris M #30275A

Color information

#30275A (or 0x30275A) is unknown color: approx Paris M. HEX triplet: 30, 27 and 5A. RGB value is (48,39,90). Sum of RGB (Red+Green+Blue) = 48+39+90=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #30275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30275A is #CFD8A5. Grayscale: #2F2F2F. Windows color (decimal): -13621414 or 5908272. OLE color: 5908272.

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

Color convert

RGB483990-
CMYK0.470.5700.65
HSL250.59º39.53%25.29%-
HSV(B)250.59º56.67%35.29%-
XYZ3.792.8210.02-
YUV47.5151.98128.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 90 (35.55% from 255) = 50.85%
R=27.12%
G=22.03%
B=50.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4839900.470.5700.65250.5939.5325.29
Hex30275A2F39041fb2819
Octal6047132577101013735031
Binary1100001001111011010101111111001010000011111101110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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