#33286A

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

Shades of Paris M #33286A

Tints of Paris M #33286A

Color information

#33286A (or 0x33286A) is unknown color: approx Paris M. HEX triplet: 33, 28 and 6A. RGB value is (51,40,106). Sum of RGB (Red+Green+Blue) = 51+40+106=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #33286A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33286A is #CCD795. Grayscale: #323232. Windows color (decimal): -13424534 or 6957107. OLE color: 6957107.

HSL color Cylindrical-coordinate representation of color #33286A: hue angle of 250º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33286A is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5140106-
CMYK0.520.6200.58
HSL250º45.21%28.63%-
HSV(B)250º62.26%41.57%-
XYZ4.733.2614.02-
YUV50.81159.14128.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 106 (41.80% from 255) = 53.81%
R=25.89%
G=20.30%
B=53.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51401060.520.6200.5825045.2128.63
Hex33286A343E03Afa2d1d
Octal635015264760723725535
Binary110011101000110101011010011111001110101111101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,40,106); }

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

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

 a { background-color: rgb(51,40,106); }

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

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

 span { border-color: rgb(51,40,106); }

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