Html Css Color HEX #35315C Paris M

📋 copy color: '#35315C'

red 53 ◦ green 49 ◦ blue 92

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

Shades of Paris M #35315C

Tints of Paris M #35315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.26%

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

R = 27.32%
G = 25.26%
B = 47.42%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35315C (or 0x35315C) is known color: Paris M. HEX triplet: 35, 31 and 5C. RGB value is (53,49,92). Sum of RGB (Red+Green+Blue) = 53+49+92=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #35315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35315C is #CACEA3. Grayscale: #363636. Windows color (decimal): -13291172 or 6041909. OLE color: 6041909.

HSL color Cylindrical-coordinate representation of color #35315C: hue angle of 245.58º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35315C is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 49 92 -
CMYK 0.42 0.47 0 0.64
HSL 245.58º 0.3% 0.28% -
HSV(B) 245.58º 0.47% 0.36% -
XYZ 4.5 3.73 10.61 -
YUV 55.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 53 49 92 0.42 0.47 0 0.64 245.58 0.3 0.28
Hex 35 31 5C 2A 2F 0 40 F6 1E 1C
Octal 65 61 134 52 57 0 100 366 36 34
Binary 110101 110001 1011100 101010 101111 0 1000000 11110110 11110 11100

Color Harmonies of #35315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35315C

Black with #35315C

Text Example


Text Example

White with #35315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35315C; }

 p { color: rgb(53,49,92); }

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

background-color css

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

 a { background-color: rgb(53,49,92); }

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

border-color css

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

 span { border-color: rgb(53,49,92); }

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