Html Css Color HEX #332B5D Paris M

📋 copy color: '#332B5D'

red 51 ◦ green 43 ◦ blue 93

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

Shades of Paris M #332B5D

Tints of Paris M #332B5D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.99%

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 27.27%
G = 22.99%
B = 49.73%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#332B5D (or 0x332B5D) is known color: Paris M. HEX triplet: 33, 2B and 5D. RGB value is (51,43,93). Sum of RGB (Red+Green+Blue) = 51+43+93=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #332B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B5D is #CCD4A2. Grayscale: #323232. Windows color (decimal): -13423779 or 6105907. OLE color: 6105907.

HSL color Cylindrical-coordinate representation of color #332B5D: hue angle of 249.6º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #332B5D is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 43 93 -
CMYK 0.45 0.54 0 0.64
HSL 249.6º 0.37% 0.27% -
HSV(B) 249.6º 0.54% 0.36% -
XYZ 4.2 3.22 10.76 -
YUV 51.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 51 43 93 0.45 0.54 0 0.64 249.6 0.37 0.27
Hex 33 2B 5D 2D 36 0 40 FA 25 1B
Octal 63 53 135 55 66 0 100 372 45 33
Binary 110011 101011 1011101 101101 110110 0 1000000 11111010 100101 11011

Color Harmonies of #332B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332B5D

Black with #332B5D

Text Example


Text Example

White with #332B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332B5D; }

 p { color: rgb(51,43,93); }

 H1.HeaderClassName
 {
   color: #332B5D;
 }
 .AnyTagClassName
 {
   color: #332B5D;
 }
</style>

background-color css

<style>
 a { background-color: #332B5D; }

 a { background-color: rgb(51,43,93); }

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

border-color css

<style>
 span { border-color: #332B5D; }

 span { border-color: rgb(51,43,93); }

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