Html Css Color HEX #331363 Christalle

📋 copy color: '#331363'

red 51 ◦ green 19 ◦ blue 99

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

Shades of Christalle #331363

Tints of Christalle #331363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 58.58%

R = 30.18%
G = 11.24%
B = 58.58%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#331363 (or 0x331363) is known color: Christalle. HEX triplet: 33, 13 and 63. RGB value is (51,19,99). Sum of RGB (Red+Green+Blue) = 51+19+99=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #331363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331363 is #CCEC9C. Grayscale: #252525. Windows color (decimal): -13429917 or 6492979. OLE color: 6492979.

HSL color Cylindrical-coordinate representation of color #331363: hue angle of 264º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331363 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 19 99 -
CMYK 0.48 0.81 0 0.61
HSL 264º 0.68% 0.23% -
HSV(B) 264º 0.81% 0.39% -
XYZ 3.85 2.07 12 -
YUV 37.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 51 19 99 0.48 0.81 0 0.61 264 0.68 0.23
Hex 33 13 63 30 51 0 3D 108 44 17
Octal 63 23 143 60 121 0 75 410 104 27
Binary 110011 10011 1100011 110000 1010001 0 111101 100001000 1000100 10111

Color Harmonies of #331363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331363

Black with #331363

Text Example


Text Example

White with #331363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331363; }

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

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

background-color css

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

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

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

border-color css

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

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

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