#30256E

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

Shades of Paris M #30256E

Tints of Paris M #30256E

Color information

#30256E (or 0x30256E) is unknown color: approx Paris M. HEX triplet: 30, 25 and 6E. RGB value is (48,37,110). Sum of RGB (Red+Green+Blue) = 48+37+110=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #30256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30256E is #CFDA91. Grayscale: #303030. Windows color (decimal): -13621906 or 7218480. OLE color: 7218480.

HSL color Cylindrical-coordinate representation of color #30256E: hue angle of 249.04º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30256E is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4837110-
CMYK0.560.6600.57
HSL249.04º49.66%28.82%-
HSV(B)249.04º66.36%43.14%-
XYZ4.693.0815.1-
YUV48.61162.64127.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=24.62%
G=18.97%
B=56.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48371100.560.6600.57249.0449.6628.82
Hex30256E3842039f9321d
Octal6045156701020713716235
Binary1100001001011101110111000100001001110011111100111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30256E; }

 p { color: rgb(48,37,110); }

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

<style>
 a { background-color: #30256E; }

 a { background-color: rgb(48,37,110); }

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

<style>
 span { border-color: #30256E; }

 span { border-color: rgb(48,37,110); }

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