Html Css Color HEX #32255A Paris M

📋 copy color: '#32255A'

red 50 ◦ green 37 ◦ blue 90

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

Shades of Paris M #32255A

Tints of Paris M #32255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.9%

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

R = 28.25%
G = 20.9%
B = 50.85%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#32255A (or 0x32255A) is known color: Paris M. HEX triplet: 32, 25 and 5A. RGB value is (50,37,90). Sum of RGB (Red+Green+Blue) = 50+37+90=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #32255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32255A is #CDDAA5. Grayscale: #2E2E2E. Windows color (decimal): -13490854 or 5907762. OLE color: 5907762.

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

Color convert

RGB 50 37 90 -
CMYK 0.44 0.59 0 0.65
HSL 254.72º 0.42% 0.25% -
HSV(B) 254.72º 0.59% 0.35% -
XYZ 3.82 2.74 10 -
YUV 46.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 50 37 90 0.44 0.59 0 0.65 254.72 0.42 0.25
Hex 32 25 5A 2C 3B 0 41 FF 2A 19
Octal 62 45 132 54 73 0 101 377 52 31
Binary 110010 100101 1011010 101100 111011 0 1000001 11111111 101010 11001

Color Harmonies of #32255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32255A

Black with #32255A

Text Example


Text Example

White with #32255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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