Html Css Color HEX #332460 Paris M

📋 copy color: '#332460'

red 51 ◦ green 36 ◦ blue 96

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

Shades of Paris M #332460

Tints of Paris M #332460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.67%

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 27.87%
G = 19.67%
B = 52.46%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#332460 (or 0x332460) is known color: Paris M. HEX triplet: 33, 24 and 60. RGB value is (51,36,96). Sum of RGB (Red+Green+Blue) = 51+36+96=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #332460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332460 is #CCDB9F. Grayscale: #2F2F2F. Windows color (decimal): -13425568 or 6300723. OLE color: 6300723.

HSL color Cylindrical-coordinate representation of color #332460: hue angle of 255º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #332460 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 36 96 -
CMYK 0.47 0.62 0 0.62
HSL 255º 0.45% 0.26% -
HSV(B) 255º 0.63% 0.38% -
XYZ 4.11 2.81 11.39 -
YUV 47.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 51 36 96 0.47 0.62 0 0.62 255 0.45 0.26
Hex 33 24 60 2F 3E 0 3E FF 2D 1A
Octal 63 44 140 57 76 0 76 377 55 32
Binary 110011 100100 1100000 101111 111110 0 111110 11111111 101101 11010

Color Harmonies of #332460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332460

Black with #332460

Text Example


Text Example

White with #332460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332460; }

 p { color: rgb(51,36,96); }

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

background-color css

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

 a { background-color: rgb(51,36,96); }

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

border-color css

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

 span { border-color: rgb(51,36,96); }

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