Html Css Color HEX #331959 Christalle

📋 copy color: '#331959'

red 51 ◦ green 25 ◦ blue 89

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

Shades of Christalle #331959

Tints of Christalle #331959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.15%

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

R = 30.91%
G = 15.15%
B = 53.94%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#331959 (or 0x331959) is known color: Christalle. HEX triplet: 33, 19 and 59. RGB value is (51,25,89). Sum of RGB (Red+Green+Blue) = 51+25+89=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #331959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331959 is #CCE6A6. Grayscale: #272727. Windows color (decimal): -13428391 or 5839155. OLE color: 5839155.

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

Color convert

RGB 51 25 89 -
CMYK 0.43 0.72 0 0.65
HSL 264.38º 0.56% 0.22% -
HSV(B) 264.38º 0.72% 0.35% -
XYZ 3.52 2.12 9.68 -
YUV 40.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 51 25 89 0.43 0.72 0 0.65 264.38 0.56 0.22
Hex 33 19 59 2B 48 0 41 108 38 16
Octal 63 31 131 53 110 0 101 410 70 26
Binary 110011 11001 1011001 101011 1001000 0 1000001 100001000 111000 10110

Color Harmonies of #331959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331959

Black with #331959

Text Example


Text Example

White with #331959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331959; }

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

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

background-color css

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

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

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

border-color css

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

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

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