Html Css Color HEX #33206E Paris M

📋 copy color: '#33206E'

red 51 ◦ green 32 ◦ blue 110

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

Shades of Paris M #33206E

Tints of Paris M #33206E

RGB

 RED value IS 51 (20.31% from 255) = 26.42%

 GREEN value IS 32 (12.89% from 255) = 16.58%

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

R = 26.42%
G = 16.58%
B = 56.99%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#33206E (or 0x33206E) is known color: Paris M. HEX triplet: 33, 20 and 6E. RGB value is (51,32,110). Sum of RGB (Red+Green+Blue) = 51+32+110=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #33206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33206E is #CCDF91. Grayscale: #2E2E2E. Windows color (decimal): -13426578 or 7217203. OLE color: 7217203.

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

Color convert

RGB 51 32 110 -
CMYK 0.54 0.71 0 0.57
HSL 254.62º 0.55% 0.28% -
HSV(B) 254.62º 0.71% 0.43% -
XYZ 4.7 2.86 15.06 -
YUV 46.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 51 32 110 0.54 0.71 0 0.57 254.62 0.55 0.28
Hex 33 20 6E 36 47 0 39 FF 37 1C
Octal 63 40 156 66 107 0 71 377 67 34
Binary 110011 100000 1101110 110110 1000111 0 111001 11111111 110111 11100

Color Harmonies of #33206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33206E

Black with #33206E

Text Example


Text Example

White with #33206E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,32,110); }

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

background-color css

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

 a { background-color: rgb(51,32,110); }

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

border-color css

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

 span { border-color: rgb(51,32,110); }

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