Html Css Color HEX #331355 Christalle

📋 copy color: '#331355'

red 51 ◦ green 19 ◦ blue 85

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

Shades of Christalle #331355

Tints of Christalle #331355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

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

R = 32.9%
G = 12.26%
B = 54.84%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#331355 (or 0x331355) is known color: Christalle. HEX triplet: 33, 13 and 55. RGB value is (51,19,85). Sum of RGB (Red+Green+Blue) = 51+19+85=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #331355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331355 is #CCECAA. Grayscale: #232323. Windows color (decimal): -13429931 or 5575475. OLE color: 5575475.

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

Color convert

RGB 51 19 85 -
CMYK 0.40 0.78 0 0.67
HSL 269.09º 0.63% 0.2% -
HSV(B) 269.09º 0.78% 0.33% -
XYZ 3.24 1.83 8.78 -
YUV 36.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 51 19 85 0.40 0.78 0 0.67 269.09 0.63 0.2
Hex 33 13 55 28 4E 0 43 10D 3F 14
Octal 63 23 125 50 116 0 103 415 77 24
Binary 110011 10011 1010101 101000 1001110 0 1000011 100001101 111111 10100

Color Harmonies of #331355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331355

Black with #331355

Text Example


Text Example

White with #331355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331355; }

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

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

background-color css

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

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

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

border-color css

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

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

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