Html Css Color HEX #352969 Paris M

📋 copy color: '#352969'

red 53 ◦ green 41 ◦ blue 105

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

Shades of Paris M #352969

Tints of Paris M #352969

RGB

 RED value IS 53 (21.09% from 255) = 26.63%

 GREEN value IS 41 (16.41% from 255) = 20.6%

 BLUE value IS 105 (41.41% from 255) = 52.76%

R = 26.63%
G = 20.6%
B = 52.76%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352969 (or 0x352969) is known color: Paris M. HEX triplet: 35, 29 and 69. RGB value is (53,41,105). Sum of RGB (Red+Green+Blue) = 53+41+105=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #352969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352969 is #CAD696. Grayscale: #333333. Windows color (decimal): -13293207 or 6891829. OLE color: 6891829.

HSL color Cylindrical-coordinate representation of color #352969: hue angle of 251.25º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #352969 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 41 105 -
CMYK 0.50 0.61 0 0.59
HSL 251.25º 0.44% 0.29% -
HSV(B) 251.25º 0.61% 0.41% -
XYZ 4.81 3.36 13.76 -
YUV 51.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 53 41 105 0.50 0.61 0 0.59 251.25 0.44 0.29
Hex 35 29 69 32 3D 0 3B FB 2C 1D
Octal 65 51 151 62 75 0 73 373 54 35
Binary 110101 101001 1101001 110010 111101 0 111011 11111011 101100 11101

Color Harmonies of #352969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352969

Black with #352969

Text Example


Text Example

White with #352969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352969; }

 p { color: rgb(53,41,105); }

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

background-color css

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

 a { background-color: rgb(53,41,105); }

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

border-color css

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

 span { border-color: rgb(53,41,105); }

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