Html Css Color HEX #33285E Paris M

📋 copy color: '#33285E'

red 51 ◦ green 40 ◦ blue 94

#33285E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #33285E

Tints of Paris M #33285E

RGB

 RED value IS 51 (20.31% from 255) = 27.57%

 GREEN value IS 40 (16.02% from 255) = 21.62%

 BLUE value IS 94 (37.11% from 255) = 50.81%

R = 27.57%
G = 21.62%
B = 50.81%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#33285E (or 0x33285E) is known color: Paris M. HEX triplet: 33, 28 and 5E. RGB value is (51,40,94). Sum of RGB (Red+Green+Blue) = 51+40+94=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #33285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33285E is #CCD7A1. Grayscale: #313131. Windows color (decimal): -13424546 or 6170675. OLE color: 6170675.

HSL color Cylindrical-coordinate representation of color #33285E: hue angle of 252.22º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33285E is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 40 94 -
CMYK 0.46 0.57 0 0.63
HSL 252.22º 0.4% 0.26% -
HSV(B) 252.22º 0.57% 0.37% -
XYZ 4.14 3.03 10.96 -
YUV 49.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 51 40 94 0.46 0.57 0 0.63 252.22 0.4 0.26
Hex 33 28 5E 2E 39 0 3F FC 28 1A
Octal 63 50 136 56 71 0 77 374 50 32
Binary 110011 101000 1011110 101110 111001 0 111111 11111100 101000 11010

Color Harmonies of #33285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33285E

Black with #33285E

Text Example


Text Example

White with #33285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33285E;
 }
 .AnyTagClassName
 {
   color: #33285E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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