Html Css Color HEX #33245A Paris M

📋 copy color: '#33245A'

red 51 ◦ green 36 ◦ blue 90

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

Shades of Paris M #33245A

Tints of Paris M #33245A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50.85%

R = 28.81%
G = 20.34%
B = 50.85%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#33245A (or 0x33245A) is known color: Paris M. HEX triplet: 33, 24 and 5A. RGB value is (51,36,90). Sum of RGB (Red+Green+Blue) = 51+36+90=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #33245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33245A is #CCDBA5. Grayscale: #2E2E2E. Windows color (decimal): -13425574 or 5907507. OLE color: 5907507.

HSL color Cylindrical-coordinate representation of color #33245A: hue angle of 256.67º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33245A is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 36 90 -
CMYK 0.43 0.60 0 0.65
HSL 256.67º 0.43% 0.25% -
HSV(B) 256.67º 0.6% 0.35% -
XYZ 3.84 2.7 9.99 -
YUV 46.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 51 36 90 0.43 0.60 0 0.65 256.67 0.43 0.25
Hex 33 24 5A 2B 3C 0 41 101 2B 19
Octal 63 44 132 53 74 0 101 401 53 31
Binary 110011 100100 1011010 101011 111100 0 1000001 100000001 101011 11001

Color Harmonies of #33245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33245A

Black with #33245A

Text Example


Text Example

White with #33245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33245A; }

 p { color: rgb(51,36,90); }

 H1.HeaderClassName
 {
   color: #33245A;
 }
 .AnyTagClassName
 {
   color: #33245A;
 }
</style>

background-color css

<style>
 a { background-color: #33245A; }

 a { background-color: rgb(51,36,90); }

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

border-color css

<style>
 span { border-color: #33245A; }

 span { border-color: rgb(51,36,90); }

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