Html Css Color HEX #331361 Christalle

📋 copy color: '#331361'

red 51 ◦ green 19 ◦ blue 97

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

Shades of Christalle #331361

Tints of Christalle #331361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.08%

R = 30.54%
G = 11.38%
B = 58.08%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#331361 (or 0x331361) is known color: Christalle. HEX triplet: 33, 13 and 61. RGB value is (51,19,97). Sum of RGB (Red+Green+Blue) = 51+19+97=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #331361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331361 is #CCEC9E. Grayscale: #252525. Windows color (decimal): -13429919 or 6361907. OLE color: 6361907.

HSL color Cylindrical-coordinate representation of color #331361: hue angle of 264.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331361 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 19 97 -
CMYK 0.47 0.80 0 0.62
HSL 264.62º 0.67% 0.23% -
HSV(B) 264.62º 0.8% 0.38% -
XYZ 3.76 2.03 11.5 -
YUV 37.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 51 19 97 0.47 0.80 0 0.62 264.62 0.67 0.23
Hex 33 13 61 2F 50 0 3E 109 43 17
Octal 63 23 141 57 120 0 76 411 103 27
Binary 110011 10011 1100001 101111 1010000 0 111110 100001001 1000011 10111

Color Harmonies of #331361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331361

Black with #331361

Text Example


Text Example

White with #331361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331361; }

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

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

background-color css

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

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

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

border-color css

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

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

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