Html Css Color HEX #331D5D Christalle

📋 copy color: '#331D5D'

red 51 ◦ green 29 ◦ blue 93

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

Shades of Christalle #331D5D

Tints of Christalle #331D5D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.76%

 BLUE value IS 93 (36.72% from 255) = 53.76%

R = 29.48%
G = 16.76%
B = 53.76%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#331D5D (or 0x331D5D) is known color: Christalle. HEX triplet: 33, 1D and 5D. RGB value is (51,29,93). Sum of RGB (Red+Green+Blue) = 51+29+93=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #331D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D5D is #CCE2A2. Grayscale: #2A2A2A. Windows color (decimal): -13427363 or 6102323. OLE color: 6102323.

HSL color Cylindrical-coordinate representation of color #331D5D: hue angle of 260.62º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331D5D is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 29 93 -
CMYK 0.45 0.69 0 0.64
HSL 260.63º 0.52% 0.24% -
HSV(B) 260.63º 0.69% 0.36% -
XYZ 3.78 2.37 10.61 -
YUV 42.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 51 29 93 0.45 0.69 0 0.64 260.63 0.52 0.24
Hex 33 1D 5D 2D 45 0 40 105 34 18
Octal 63 35 135 55 105 0 100 405 64 30
Binary 110011 11101 1011101 101101 1000101 0 1000000 100000101 110100 11000

Color Harmonies of #331D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D5D

Black with #331D5D

Text Example


Text Example

White with #331D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,29,93); }

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

background-color css

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

 a { background-color: rgb(51,29,93); }

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

border-color css

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

 span { border-color: rgb(51,29,93); }

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