Html Css Color HEX #33255B Paris M

📋 copy color: '#33255B'

red 51 ◦ green 37 ◦ blue 91

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

Shades of Paris M #33255B

Tints of Paris M #33255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.84%

R = 28.49%
G = 20.67%
B = 50.84%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33255B (or 0x33255B) is known color: Paris M. HEX triplet: 33, 25 and 5B. RGB value is (51,37,91). Sum of RGB (Red+Green+Blue) = 51+37+91=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #33255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33255B is #CCDAA4. Grayscale: #2F2F2F. Windows color (decimal): -13425317 or 5973299. OLE color: 5973299.

HSL color Cylindrical-coordinate representation of color #33255B: hue angle of 255.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33255B is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 37 91 -
CMYK 0.44 0.59 0 0.64
HSL 255.56º 0.42% 0.25% -
HSV(B) 255.56º 0.59% 0.36% -
XYZ 3.92 2.78 10.23 -
YUV 47.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 51 37 91 0.44 0.59 0 0.64 255.56 0.42 0.25
Hex 33 25 5B 2C 3B 0 40 100 2A 19
Octal 63 45 133 54 73 0 100 400 52 31
Binary 110011 100101 1011011 101100 111011 0 1000000 100000000 101010 11001

Color Harmonies of #33255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33255B

Black with #33255B

Text Example


Text Example

White with #33255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,37,91); }

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

background-color css

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

 a { background-color: rgb(51,37,91); }

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

border-color css

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

 span { border-color: rgb(51,37,91); }

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