Html Css Color HEX #331155 Christalle

📋 copy color: '#331155'

red 51 ◦ green 17 ◦ blue 85

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

Shades of Christalle #331155

Tints of Christalle #331155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.11%

 BLUE value IS 85 (33.59% from 255) = 55.56%

R = 33.33%
G = 11.11%
B = 55.56%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#331155 (or 0x331155) is known color: Christalle. HEX triplet: 33, 11 and 55. RGB value is (51,17,85). Sum of RGB (Red+Green+Blue) = 51+17+85=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #331155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331155 is #CCEEAA. Grayscale: #222222. Windows color (decimal): -13430443 or 5574963. OLE color: 5574963.

HSL color Cylindrical-coordinate representation of color #331155: hue angle of 270º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331155 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 17 85 -
CMYK 0.40 0.80 0 0.67
HSL 270º 0.67% 0.2% -
HSV(B) 270º 0.8% 0.33% -
XYZ 3.21 1.76 8.77 -
YUV 34.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 51 17 85 0.40 0.80 0 0.67 270 0.67 0.2
Hex 33 11 55 28 50 0 43 10E 43 14
Octal 63 21 125 50 120 0 103 416 103 24
Binary 110011 10001 1010101 101000 1010000 0 1000011 100001110 1000011 10100

Color Harmonies of #331155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331155

Black with #331155

Text Example


Text Example

White with #331155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331155; }

 p { color: rgb(51,17,85); }

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

background-color css

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

 a { background-color: rgb(51,17,85); }

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

border-color css

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

 span { border-color: rgb(51,17,85); }

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