Html Css Color HEX #332470 Paris M

📋 copy color: '#332470'

red 51 ◦ green 36 ◦ blue 112

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

Shades of Paris M #332470

Tints of Paris M #332470

RGB

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

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

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

R = 25.63%
G = 18.09%
B = 56.28%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#332470 (or 0x332470) is known color: Paris M. HEX triplet: 33, 24 and 70. RGB value is (51,36,112). Sum of RGB (Red+Green+Blue) = 51+36+112=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #332470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332470 is #CCDB8F. Grayscale: #303030. Windows color (decimal): -13425552 or 7349299. OLE color: 7349299.

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

Color convert

RGB 51 36 112 -
CMYK 0.54 0.68 0 0.56
HSL 251.84º 0.51% 0.29% -
HSV(B) 251.84º 0.68% 0.44% -
XYZ 4.92 3.14 15.68 -
YUV 49.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 51 36 112 0.54 0.68 0 0.56 251.84 0.51 0.29
Hex 33 24 70 36 44 0 38 FC 33 1D
Octal 63 44 160 66 104 0 70 374 63 35
Binary 110011 100100 1110000 110110 1000100 0 111000 11111100 110011 11101

Color Harmonies of #332470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332470

Black with #332470

Text Example


Text Example

White with #332470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332470; }

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

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

background-color css

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

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

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

border-color css

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

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

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