Html Css Color HEX #331555 Christalle

📋 copy color: '#331555'

red 51 ◦ green 21 ◦ blue 85

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

Shades of Christalle #331555

Tints of Christalle #331555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.38%

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

R = 32.48%
G = 13.38%
B = 54.14%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#331555 (or 0x331555) is known color: Christalle. HEX triplet: 33, 15 and 55. RGB value is (51,21,85). Sum of RGB (Red+Green+Blue) = 51+21+85=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #331555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331555 is #CCEAAA. Grayscale: #252525. Windows color (decimal): -13429419 or 5575987. OLE color: 5575987.

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

Color convert

RGB 51 21 85 -
CMYK 0.40 0.75 0 0.67
HSL 268.13º 0.6% 0.21% -
HSV(B) 268.13º 0.75% 0.33% -
XYZ 3.27 1.9 8.79 -
YUV 37.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 51 21 85 0.40 0.75 0 0.67 268.13 0.6 0.21
Hex 33 15 55 28 4B 0 43 10C 3C 15
Octal 63 25 125 50 113 0 103 414 74 25
Binary 110011 10101 1010101 101000 1001011 0 1000011 100001100 111100 10101

Color Harmonies of #331555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331555

Black with #331555

Text Example


Text Example

White with #331555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331555; }

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

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

background-color css

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

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

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

border-color css

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

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

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