Html Css Color HEX #331E6C Christalle

📋 copy color: '#331E6C'

red 51 ◦ green 30 ◦ blue 108

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

Shades of Christalle #331E6C

Tints of Christalle #331E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 57.14%

R = 26.98%
G = 15.87%
B = 57.14%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#331E6C (or 0x331E6C) is known color: Christalle. HEX triplet: 33, 1E and 6C. RGB value is (51,30,108). Sum of RGB (Red+Green+Blue) = 51+30+108=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #331E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E6C is #CCE193. Grayscale: #2C2C2C. Windows color (decimal): -13427092 or 7085619. OLE color: 7085619.

HSL color Cylindrical-coordinate representation of color #331E6C: hue angle of 256.15º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #331E6C is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 30 108 -
CMYK 0.53 0.72 0 0.58
HSL 256.15º 0.57% 0.27% -
HSV(B) 256.15º 0.72% 0.42% -
XYZ 4.54 2.72 14.47 -
YUV 45.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 51 30 108 0.53 0.72 0 0.58 256.15 0.57 0.27
Hex 33 1E 6C 35 48 0 3A 100 39 1B
Octal 63 36 154 65 110 0 72 400 71 33
Binary 110011 11110 1101100 110101 1001000 0 111010 100000000 111001 11011

Color Harmonies of #331E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E6C

Black with #331E6C

Text Example


Text Example

White with #331E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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