Html Css Color HEX #331D59 Christalle

📋 copy color: '#331D59'

red 51 ◦ green 29 ◦ blue 89

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

Shades of Christalle #331D59

Tints of Christalle #331D59

RGB

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

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

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

R = 30.18%
G = 17.16%
B = 52.66%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#331D59 (or 0x331D59) is known color: Christalle. HEX triplet: 33, 1D and 59. RGB value is (51,29,89). Sum of RGB (Red+Green+Blue) = 51+29+89=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #331D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D59 is #CCE2A6. Grayscale: #2A2A2A. Windows color (decimal): -13427367 or 5840179. OLE color: 5840179.

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

Color convert

RGB 51 29 89 -
CMYK 0.43 0.67 0 0.65
HSL 262º 0.51% 0.23% -
HSV(B) 262º 0.67% 0.35% -
XYZ 3.61 2.3 9.71 -
YUV 42.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 51 29 89 0.43 0.67 0 0.65 262 0.51 0.23
Hex 33 1D 59 2B 43 0 41 106 33 17
Octal 63 35 131 53 103 0 101 406 63 27
Binary 110011 11101 1011001 101011 1000011 0 1000001 100000110 110011 10111

Color Harmonies of #331D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D59

Black with #331D59

Text Example


Text Example

White with #331D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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