Html Css Color HEX #32246B Paris M

📋 copy color: '#32246B'

red 50 ◦ green 36 ◦ blue 107

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

Shades of Paris M #32246B

Tints of Paris M #32246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 55.44%

R = 25.91%
G = 18.65%
B = 55.44%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#32246B (or 0x32246B) is known color: Paris M. HEX triplet: 32, 24 and 6B. RGB value is (50,36,107). Sum of RGB (Red+Green+Blue) = 50+36+107=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #32246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32246B is #CDDB94. Grayscale: #303030. Windows color (decimal): -13491093 or 7021618. OLE color: 7021618.

HSL color Cylindrical-coordinate representation of color #32246B: hue angle of 251.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32246B is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 36 107 -
CMYK 0.53 0.66 0 0.58
HSL 251.83º 0.5% 0.28% -
HSV(B) 251.83º 0.66% 0.42% -
XYZ 4.6 3 14.25 -
YUV 48.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 50 36 107 0.53 0.66 0 0.58 251.83 0.5 0.28
Hex 32 24 6B 35 42 0 3A FC 32 1C
Octal 62 44 153 65 102 0 72 374 62 34
Binary 110010 100100 1101011 110101 1000010 0 111010 11111100 110010 11100

Color Harmonies of #32246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32246B

Black with #32246B

Text Example


Text Example

White with #32246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32246B; }

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

 H1.HeaderClassName
 {
   color: #32246B;
 }
 .AnyTagClassName
 {
   color: #32246B;
 }
</style>

background-color css

<style>
 a { background-color: #32246B; }

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

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

border-color css

<style>
 span { border-color: #32246B; }

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

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