Html Css Color HEX #32226E Paris M

📋 copy color: '#32226E'

red 50 ◦ green 34 ◦ blue 110

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

Shades of Paris M #32226E

Tints of Paris M #32226E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

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

R = 25.77%
G = 17.53%
B = 56.7%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32226E (or 0x32226E) is known color: Paris M. HEX triplet: 32, 22 and 6E. RGB value is (50,34,110). Sum of RGB (Red+Green+Blue) = 50+34+110=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #32226E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32226E is #CDDD91. Grayscale: #2F2F2F. Windows color (decimal): -13491602 or 7217714. OLE color: 7217714.

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

Color convert

RGB 50 34 110 -
CMYK 0.55 0.69 0 0.57
HSL 252.63º 0.53% 0.28% -
HSV(B) 252.63º 0.69% 0.43% -
XYZ 4.7 2.95 15.07 -
YUV 47.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 50 34 110 0.55 0.69 0 0.57 252.63 0.53 0.28
Hex 32 22 6E 37 45 0 39 FD 35 1C
Octal 62 42 156 67 105 0 71 375 65 34
Binary 110010 100010 1101110 110111 1000101 0 111001 11111101 110101 11100

Color Harmonies of #32226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32226E

Black with #32226E

Text Example


Text Example

White with #32226E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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