Html Css Color HEX #332A5C Paris M

📋 copy color: '#332A5C'

red 51 ◦ green 42 ◦ blue 92

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

Shades of Paris M #332A5C

Tints of Paris M #332A5C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.7%

 BLUE value IS 92 (36.33% from 255) = 49.73%

R = 27.57%
G = 22.7%
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

#332A5C (or 0x332A5C) is known color: Paris M. HEX triplet: 33, 2A and 5C. RGB value is (51,42,92). Sum of RGB (Red+Green+Blue) = 51+42+92=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #332A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A5C is #CCD5A3. Grayscale: #323232. Windows color (decimal): -13424036 or 6040115. OLE color: 6040115.

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

Color convert

RGB 51 42 92 -
CMYK 0.45 0.54 0 0.64
HSL 250.8º 0.37% 0.26% -
HSV(B) 250.8º 0.54% 0.36% -
XYZ 4.12 3.13 10.51 -
YUV 50.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 51 42 92 0.45 0.54 0 0.64 250.8 0.37 0.26
Hex 33 2A 5C 2D 36 0 40 FB 25 1A
Octal 63 52 134 55 66 0 100 373 45 32
Binary 110011 101010 1011100 101101 110110 0 1000000 11111011 100101 11010

Color Harmonies of #332A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332A5C

Black with #332A5C

Text Example


Text Example

White with #332A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,42,92); }

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

background-color css

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

 a { background-color: rgb(51,42,92); }

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

border-color css

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

 span { border-color: rgb(51,42,92); }

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