Html Css Color HEX #33305B Paris M

📋 copy color: '#33305B'

red 51 ◦ green 48 ◦ blue 91

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

Shades of Paris M #33305B

Tints of Paris M #33305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.26%

 BLUE value IS 91 (35.94% from 255) = 47.89%

R = 26.84%
G = 25.26%
B = 47.89%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33305B (or 0x33305B) is known color: Paris M. HEX triplet: 33, 30 and 5B. RGB value is (51,48,91). Sum of RGB (Red+Green+Blue) = 51+48+91=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #33305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33305B is #CCCFA4. Grayscale: #353535. Windows color (decimal): -13422501 or 5976115. OLE color: 5976115.

HSL color Cylindrical-coordinate representation of color #33305B: hue angle of 244.19º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33305B is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 48 91 -
CMYK 0.44 0.47 0 0.64
HSL 244.19º 0.31% 0.27% -
HSV(B) 244.19º 0.47% 0.36% -
XYZ 4.31 3.57 10.36 -
YUV 53.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 51 48 91 0.44 0.47 0 0.64 244.19 0.31 0.27
Hex 33 30 5B 2C 2F 0 40 F4 1F 1B
Octal 63 60 133 54 57 0 100 364 37 33
Binary 110011 110000 1011011 101100 101111 0 1000000 11110100 11111 11011

Color Harmonies of #33305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33305B

Black with #33305B

Text Example


Text Example

White with #33305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33305B; }

 p { color: rgb(51,48,91); }

 H1.HeaderClassName
 {
   color: #33305B;
 }
 .AnyTagClassName
 {
   color: #33305B;
 }
</style>

background-color css

<style>
 a { background-color: #33305B; }

 a { background-color: rgb(51,48,91); }

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

border-color css

<style>
 span { border-color: #33305B; }

 span { border-color: rgb(51,48,91); }

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