Html Css Color HEX #32245A Paris M

📋 copy color: '#32245A'

red 50 ◦ green 36 ◦ blue 90

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

Shades of Paris M #32245A

Tints of Paris M #32245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.45%

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

R = 28.41%
G = 20.45%
B = 51.14%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#32245A (or 0x32245A) is known color: Paris M. HEX triplet: 32, 24 and 5A. RGB value is (50,36,90). Sum of RGB (Red+Green+Blue) = 50+36+90=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #32245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32245A is #CDDBA5. Grayscale: #2E2E2E. Windows color (decimal): -13491110 or 5907506. OLE color: 5907506.

HSL color Cylindrical-coordinate representation of color #32245A: hue angle of 255.56º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32245A is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 36 90 -
CMYK 0.44 0.60 0 0.65
HSL 255.56º 0.43% 0.25% -
HSV(B) 255.56º 0.6% 0.35% -
XYZ 3.79 2.68 9.99 -
YUV 46.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 50 36 90 0.44 0.60 0 0.65 255.56 0.43 0.25
Hex 32 24 5A 2C 3C 0 41 100 2B 19
Octal 62 44 132 54 74 0 101 400 53 31
Binary 110010 100100 1011010 101100 111100 0 1000001 100000000 101011 11001

Color Harmonies of #32245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32245A

Black with #32245A

Text Example


Text Example

White with #32245A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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