#30275B

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

Shades of Paris M #30275B

Tints of Paris M #30275B

Color information

#30275B (or 0x30275B) is unknown color: approx Paris M. HEX triplet: 30, 27 and 5B. RGB value is (48,39,91). Sum of RGB (Red+Green+Blue) = 48+39+91=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #30275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30275B is #CFD8A4. Grayscale: #2F2F2F. Windows color (decimal): -13621413 or 5973808. OLE color: 5973808.

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

Color convert

RGB483991-
CMYK0.470.5700.64
HSL250.38º40%25.49%-
HSV(B)250.38º57.14%35.69%-
XYZ3.832.8310.24-
YUV47.62152.48128.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=26.97%
G=21.91%
B=51.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4839910.470.5700.64250.384025.49
Hex30275B2F39040fa2819
Octal6047133577101003725031
Binary1100001001111011011101111111001010000001111101010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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