Html Css Color HEX #331E59 Christalle

📋 copy color: '#331E59'

red 51 ◦ green 30 ◦ blue 89

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

Shades of Christalle #331E59

Tints of Christalle #331E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.65%

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

R = 30%
G = 17.65%
B = 52.35%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#331E59 (or 0x331E59) is known color: Christalle. HEX triplet: 33, 1E and 59. RGB value is (51,30,89). Sum of RGB (Red+Green+Blue) = 51+30+89=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #331E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E59 is #CCE1A6. Grayscale: #2A2A2A. Windows color (decimal): -13427111 or 5840435. OLE color: 5840435.

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

Color convert

RGB 51 30 89 -
CMYK 0.43 0.66 0 0.65
HSL 261.36º 0.5% 0.23% -
HSV(B) 261.36º 0.66% 0.35% -
XYZ 3.63 2.35 9.71 -
YUV 43.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 51 30 89 0.43 0.66 0 0.65 261.36 0.5 0.23
Hex 33 1E 59 2B 42 0 41 105 32 17
Octal 63 36 131 53 102 0 101 405 62 27
Binary 110011 11110 1011001 101011 1000010 0 1000001 100000101 110010 10111

Color Harmonies of #331E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E59

Black with #331E59

Text Example


Text Example

White with #331E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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