Html Css Color HEX #35276E Paris M

📋 copy color: '#35276E'

red 53 ◦ green 39 ◦ blue 110

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

Shades of Paris M #35276E

Tints of Paris M #35276E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.31%

 BLUE value IS 110 (43.36% from 255) = 54.46%

R = 26.24%
G = 19.31%
B = 54.46%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35276E (or 0x35276E) is known color: Paris M. HEX triplet: 35, 27 and 6E. RGB value is (53,39,110). Sum of RGB (Red+Green+Blue) = 53+39+110=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #35276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35276E is #CAD891. Grayscale: #333333. Windows color (decimal): -13293714 or 7218997. OLE color: 7218997.

HSL color Cylindrical-coordinate representation of color #35276E: hue angle of 251.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35276E is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 39 110 -
CMYK 0.52 0.65 0 0.57
HSL 251.83º 0.48% 0.29% -
HSV(B) 251.83º 0.65% 0.43% -
XYZ 5.01 3.33 15.13 -
YUV 51.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 53 39 110 0.52 0.65 0 0.57 251.83 0.48 0.29
Hex 35 27 6E 34 41 0 39 FC 30 1D
Octal 65 47 156 64 101 0 71 374 60 35
Binary 110101 100111 1101110 110100 1000001 0 111001 11111100 110000 11101

Color Harmonies of #35276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35276E

Black with #35276E

Text Example


Text Example

White with #35276E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35276E; }

 p { color: rgb(53,39,110); }

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

background-color css

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

 a { background-color: rgb(53,39,110); }

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

border-color css

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

 span { border-color: rgb(53,39,110); }

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