Html Css Color HEX #32256E Paris M

📋 copy color: '#32256E'

red 50 ◦ green 37 ◦ blue 110

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

Shades of Paris M #32256E

Tints of Paris M #32256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 55.84%

R = 25.38%
G = 18.78%
B = 55.84%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32256E (or 0x32256E) is known color: Paris M. HEX triplet: 32, 25 and 6E. RGB value is (50,37,110). Sum of RGB (Red+Green+Blue) = 50+37+110=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #32256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32256E is #CDDA91. Grayscale: #303030. Windows color (decimal): -13490834 or 7218482. OLE color: 7218482.

HSL color Cylindrical-coordinate representation of color #32256E: hue angle of 250.68º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32256E is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 37 110 -
CMYK 0.55 0.66 0 0.57
HSL 250.68º 0.5% 0.29% -
HSV(B) 250.68º 0.66% 0.43% -
XYZ 4.79 3.13 15.1 -
YUV 49.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 50 37 110 0.55 0.66 0 0.57 250.68 0.5 0.29
Hex 32 25 6E 37 42 0 39 FB 32 1D
Octal 62 45 156 67 102 0 71 373 62 35
Binary 110010 100101 1101110 110111 1000010 0 111001 11111011 110010 11101

Color Harmonies of #32256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32256E

Black with #32256E

Text Example


Text Example

White with #32256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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