Html Css Color HEX #362966 Paris M

📋 copy color: '#362966'

red 54 ◦ green 41 ◦ blue 102

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

Shades of Paris M #362966

Tints of Paris M #362966

RGB

 RED value IS 54 (21.48% from 255) = 27.41%

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

 BLUE value IS 102 (40.23% from 255) = 51.78%

R = 27.41%
G = 20.81%
B = 51.78%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#362966 (or 0x362966) is known color: Paris M. HEX triplet: 36, 29 and 66. RGB value is (54,41,102). Sum of RGB (Red+Green+Blue) = 54+41+102=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #362966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362966 is #C9D699. Grayscale: #333333. Windows color (decimal): -13227674 or 6695222. OLE color: 6695222.

HSL color Cylindrical-coordinate representation of color #362966: hue angle of 252.79º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #362966 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 41 102 -
CMYK 0.47 0.60 0 0.6
HSL 252.79º 0.43% 0.28% -
HSV(B) 252.79º 0.6% 0.4% -
XYZ 4.71 3.33 12.96 -
YUV 51.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 54 41 102 0.47 0.60 0 0.6 252.79 0.43 0.28
Hex 36 29 66 2F 3C 0 3C FD 2B 1C
Octal 66 51 146 57 74 0 74 375 53 34
Binary 110110 101001 1100110 101111 111100 0 111100 11111101 101011 11100

Color Harmonies of #362966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362966

Black with #362966

Text Example


Text Example

White with #362966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362966; }

 p { color: rgb(54,41,102); }

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

background-color css

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

 a { background-color: rgb(54,41,102); }

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

border-color css

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

 span { border-color: rgb(54,41,102); }

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