Html Css Color HEX #331E61 Christalle

📋 copy color: '#331E61'

red 51 ◦ green 30 ◦ blue 97

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

Shades of Christalle #331E61

Tints of Christalle #331E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 54.49%

R = 28.65%
G = 16.85%
B = 54.49%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#331E61 (or 0x331E61) is known color: Christalle. HEX triplet: 33, 1E and 61. RGB value is (51,30,97). Sum of RGB (Red+Green+Blue) = 51+30+97=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #331E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E61 is #CCE19E. Grayscale: #2B2B2B. Windows color (decimal): -13427103 or 6364723. OLE color: 6364723.

HSL color Cylindrical-coordinate representation of color #331E61: hue angle of 258.81º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331E61 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 30 97 -
CMYK 0.47 0.69 0 0.62
HSL 258.81º 0.53% 0.25% -
HSV(B) 258.81º 0.69% 0.38% -
XYZ 3.99 2.5 11.58 -
YUV 43.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 51 30 97 0.47 0.69 0 0.62 258.81 0.53 0.25
Hex 33 1E 61 2F 45 0 3E 103 35 19
Octal 63 36 141 57 105 0 76 403 65 31
Binary 110011 11110 1100001 101111 1000101 0 111110 100000011 110101 11001

Color Harmonies of #331E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E61

Black with #331E61

Text Example


Text Example

White with #331E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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