Html Css Color HEX #331F5E Christalle

📋 copy color: '#331F5E'

red 51 ◦ green 31 ◦ blue 94

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

Shades of Christalle #331F5E

Tints of Christalle #331F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.61%

 BLUE value IS 94 (37.11% from 255) = 53.41%

R = 28.98%
G = 17.61%
B = 53.41%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#331F5E (or 0x331F5E) is known color: Christalle. HEX triplet: 33, 1F and 5E. RGB value is (51,31,94). Sum of RGB (Red+Green+Blue) = 51+31+94=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #331F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F5E is #CCE0A1. Grayscale: #2B2B2B. Windows color (decimal): -13426850 or 6168371. OLE color: 6168371.

HSL color Cylindrical-coordinate representation of color #331F5E: hue angle of 259.05º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331F5E is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 31 94 -
CMYK 0.46 0.67 0 0.63
HSL 259.05º 0.5% 0.25% -
HSV(B) 259.05º 0.67% 0.37% -
XYZ 3.88 2.49 10.87 -
YUV 44.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 51 31 94 0.46 0.67 0 0.63 259.05 0.5 0.25
Hex 33 1F 5E 2E 43 0 3F 103 32 19
Octal 63 37 136 56 103 0 77 403 62 31
Binary 110011 11111 1011110 101110 1000011 0 111111 100000011 110010 11001

Color Harmonies of #331F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F5E

Black with #331F5E

Text Example


Text Example

White with #331F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,31,94); }

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

background-color css

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

 a { background-color: rgb(51,31,94); }

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

border-color css

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

 span { border-color: rgb(51,31,94); }

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