Html Css Color HEX #33285F Paris M

📋 copy color: '#33285F'

red 51 ◦ green 40 ◦ blue 95

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

Shades of Paris M #33285F

Tints of Paris M #33285F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.08%

R = 27.42%
G = 21.51%
B = 51.08%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#33285F (or 0x33285F) is known color: Paris M. HEX triplet: 33, 28 and 5F. RGB value is (51,40,95). Sum of RGB (Red+Green+Blue) = 51+40+95=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #33285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33285F is #CCD7A0. Grayscale: #313131. Windows color (decimal): -13424545 or 6236211. OLE color: 6236211.

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

Color convert

RGB 51 40 95 -
CMYK 0.46 0.58 0 0.63
HSL 252º 0.41% 0.26% -
HSV(B) 252º 0.58% 0.37% -
XYZ 4.19 3.05 11.19 -
YUV 49.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 51 40 95 0.46 0.58 0 0.63 252 0.41 0.26
Hex 33 28 5F 2E 3A 0 3F FC 29 1A
Octal 63 50 137 56 72 0 77 374 51 32
Binary 110011 101000 1011111 101110 111010 0 111111 11111100 101001 11010

Color Harmonies of #33285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33285F

Black with #33285F

Text Example


Text Example

White with #33285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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