Html Css Color HEX #331359 Christalle

📋 copy color: '#331359'

red 51 ◦ green 19 ◦ blue 89

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

Shades of Christalle #331359

Tints of Christalle #331359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 55.97%

R = 32.08%
G = 11.95%
B = 55.97%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#331359 (or 0x331359) is known color: Christalle. HEX triplet: 33, 13 and 59. RGB value is (51,19,89). Sum of RGB (Red+Green+Blue) = 51+19+89=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #331359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331359 is #CCECA6. Grayscale: #242424. Windows color (decimal): -13429927 or 5837619. OLE color: 5837619.

HSL color Cylindrical-coordinate representation of color #331359: hue angle of 267.43º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #331359 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 19 89 -
CMYK 0.43 0.79 0 0.65
HSL 267.43º 0.65% 0.21% -
HSV(B) 267.43º 0.79% 0.35% -
XYZ 3.4 1.89 9.64 -
YUV 36.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 51 19 89 0.43 0.79 0 0.65 267.43 0.65 0.21
Hex 33 13 59 2B 4F 0 41 10B 41 15
Octal 63 23 131 53 117 0 101 413 101 25
Binary 110011 10011 1011001 101011 1001111 0 1000001 100001011 1000001 10101

Color Harmonies of #331359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331359

Black with #331359

Text Example


Text Example

White with #331359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331359; }

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

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

background-color css

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

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

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

border-color css

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

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

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