Html Css Color HEX #32255D Paris M

📋 copy color: '#32255D'

red 50 ◦ green 37 ◦ blue 93

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

Shades of Paris M #32255D

Tints of Paris M #32255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.67%

R = 27.78%
G = 20.56%
B = 51.67%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32255D (or 0x32255D) is known color: Paris M. HEX triplet: 32, 25 and 5D. RGB value is (50,37,93). Sum of RGB (Red+Green+Blue) = 50+37+93=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #32255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32255D is #CDDAA2. Grayscale: #2F2F2F. Windows color (decimal): -13490851 or 6104370. OLE color: 6104370.

HSL color Cylindrical-coordinate representation of color #32255D: hue angle of 253.93º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32255D is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 37 93 -
CMYK 0.46 0.60 0 0.64
HSL 253.93º 0.43% 0.25% -
HSV(B) 253.93º 0.6% 0.36% -
XYZ 3.95 2.79 10.69 -
YUV 47.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 50 37 93 0.46 0.60 0 0.64 253.93 0.43 0.25
Hex 32 25 5D 2E 3C 0 40 FE 2B 19
Octal 62 45 135 56 74 0 100 376 53 31
Binary 110010 100101 1011101 101110 111100 0 1000000 11111110 101011 11001

Color Harmonies of #32255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32255D

Black with #32255D

Text Example


Text Example

White with #32255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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