Html Css Color HEX #332270 Paris M

📋 copy color: '#332270'

red 51 ◦ green 34 ◦ blue 112

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

Shades of Paris M #332270

Tints of Paris M #332270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

 BLUE value IS 112 (44.14% from 255) = 56.85%

R = 25.89%
G = 17.26%
B = 56.85%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#332270 (or 0x332270) is known color: Paris M. HEX triplet: 33, 22 and 70. RGB value is (51,34,112). Sum of RGB (Red+Green+Blue) = 51+34+112=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #332270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332270 is #CCDD8F. Grayscale: #2F2F2F. Windows color (decimal): -13426064 or 7348787. OLE color: 7348787.

HSL color Cylindrical-coordinate representation of color #332270: hue angle of 253.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #332270 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 34 112 -
CMYK 0.54 0.70 0 0.56
HSL 253.08º 0.53% 0.29% -
HSV(B) 253.08º 0.7% 0.44% -
XYZ 4.86 3.02 15.66 -
YUV 47.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 51 34 112 0.54 0.70 0 0.56 253.08 0.53 0.29
Hex 33 22 70 36 46 0 38 FD 35 1D
Octal 63 42 160 66 106 0 70 375 65 35
Binary 110011 100010 1110000 110110 1000110 0 111000 11111101 110101 11101

Color Harmonies of #332270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332270

Black with #332270

Text Example


Text Example

White with #332270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332270; }

 p { color: rgb(51,34,112); }

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

background-color css

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

 a { background-color: rgb(51,34,112); }

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

border-color css

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

 span { border-color: rgb(51,34,112); }

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