Html Css Color HEX #32295A Paris M

📋 copy color: '#32295A'

red 50 ◦ green 41 ◦ blue 90

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

Shades of Paris M #32295A

Tints of Paris M #32295A

RGB

 RED value IS 50 (19.92% from 255) = 27.62%

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

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

R = 27.62%
G = 22.65%
B = 49.72%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#32295A (or 0x32295A) is known color: Paris M. HEX triplet: 32, 29 and 5A. RGB value is (50,41,90). Sum of RGB (Red+Green+Blue) = 50+41+90=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #32295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32295A is #CDD6A5. Grayscale: #313131. Windows color (decimal): -13489830 or 5908786. OLE color: 5908786.

HSL color Cylindrical-coordinate representation of color #32295A: hue angle of 251.02º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32295A is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 41 90 -
CMYK 0.44 0.54 0 0.65
HSL 251.02º 0.37% 0.26% -
HSV(B) 251.02º 0.54% 0.35% -
XYZ 3.95 3 10.04 -
YUV 49.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 50 41 90 0.44 0.54 0 0.65 251.02 0.37 0.26
Hex 32 29 5A 2C 36 0 41 FB 25 1A
Octal 62 51 132 54 66 0 101 373 45 32
Binary 110010 101001 1011010 101100 110110 0 1000001 11111011 100101 11010

Color Harmonies of #32295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32295A

Black with #32295A

Text Example


Text Example

White with #32295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,41,90); }

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

background-color css

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

 a { background-color: rgb(50,41,90); }

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

border-color css

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

 span { border-color: rgb(50,41,90); }

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