Html Css Color HEX #35315A Paris M

📋 copy color: '#35315A'

red 53 ◦ green 49 ◦ blue 90

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

Shades of Paris M #35315A

Tints of Paris M #35315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.88%

R = 27.6%
G = 25.52%
B = 46.88%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35315A (or 0x35315A) is known color: Paris M. HEX triplet: 35, 31 and 5A. RGB value is (53,49,90). Sum of RGB (Red+Green+Blue) = 53+49+90=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #35315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35315A is #CACEA5. Grayscale: #363636. Windows color (decimal): -13291174 or 5910837. OLE color: 5910837.

HSL color Cylindrical-coordinate representation of color #35315A: hue angle of 245.85º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35315A is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 49 90 -
CMYK 0.41 0.46 0 0.65
HSL 245.85º 0.29% 0.27% -
HSV(B) 245.85º 0.46% 0.35% -
XYZ 4.41 3.69 10.15 -
YUV 54.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 53 49 90 0.41 0.46 0 0.65 245.85 0.29 0.27
Hex 35 31 5A 29 2E 0 41 F6 1D 1B
Octal 65 61 132 51 56 0 101 366 35 33
Binary 110101 110001 1011010 101001 101110 0 1000001 11110110 11101 11011

Color Harmonies of #35315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35315A

Black with #35315A

Text Example


Text Example

White with #35315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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