#30235A

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

Shades of Paris M #30235A

Tints of Paris M #30235A

Color information

#30235A (or 0x30235A) is unknown color: approx Paris M. HEX triplet: 30, 23 and 5A. RGB value is (48,35,90). Sum of RGB (Red+Green+Blue) = 48+35+90=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #30235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30235A is #CFDCA5. Grayscale: #2C2C2C. Windows color (decimal): -13622438 or 5907248. OLE color: 5907248.

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

Color convert

RGB483590-
CMYK0.470.6100.65
HSL254.18º44%24.51%-
HSV(B)254.18º61.11%35.29%-
XYZ3.672.579.98-
YUV45.16153.31130.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=27.75%
G=20.23%
B=52.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4835900.470.6100.65254.184424.51
Hex30235A2F3D041fe2c19
Octal6043132577501013765431
Binary1100001000111011010101111111101010000011111111010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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