Html Css Color HEX #331F66 Christalle

📋 copy color: '#331F66'

red 51 ◦ green 31 ◦ blue 102

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

Shades of Christalle #331F66

Tints of Christalle #331F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 55.43%

R = 27.72%
G = 16.85%
B = 55.43%

CMYK

 C value IS 0.5

 M value IS 0.70

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#331F66 (or 0x331F66) is known color: Christalle. HEX triplet: 33, 1F and 66. RGB value is (51,31,102). Sum of RGB (Red+Green+Blue) = 51+31+102=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #331F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F66 is #CCE099. Grayscale: #2C2C2C. Windows color (decimal): -13426842 or 6692659. OLE color: 6692659.

HSL color Cylindrical-coordinate representation of color #331F66: hue angle of 256.9º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #331F66 is Cyan = 0.5, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 31 102 -
CMYK 0.5 0.70 0 0.6
HSL 256.9º 0.53% 0.26% -
HSV(B) 256.9º 0.7% 0.4% -
XYZ 4.25 2.64 12.86 -
YUV 45.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 51 31 102 0.5 0.70 0 0.6 256.9 0.53 0.26
Hex 33 1F 66 32 46 0 3C 101 35 1A
Octal 63 37 146 62 106 0 74 401 65 32
Binary 110011 11111 1100110 110010 1000110 0 111100 100000001 110101 11010

Color Harmonies of #331F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F66

Black with #331F66

Text Example


Text Example

White with #331F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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