Html Css Color HEX #311667 Christalle

📋 copy color: '#311667'

red 49 ◦ green 22 ◦ blue 103

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

Shades of Christalle #311667

Tints of Christalle #311667

RGB

 RED value IS 49 (19.53% from 255) = 28.16%

 GREEN value IS 22 (8.98% from 255) = 12.64%

 BLUE value IS 103 (40.63% from 255) = 59.2%

R = 28.16%
G = 12.64%
B = 59.2%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#311667 (or 0x311667) is known color: Christalle. HEX triplet: 31, 16 and 67. RGB value is (49,22,103). Sum of RGB (Red+Green+Blue) = 49+22+103=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #311667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311667 is #CEE998. Grayscale: #272727. Windows color (decimal): -13560217 or 6755889. OLE color: 6755889.

HSL color Cylindrical-coordinate representation of color #311667: hue angle of 260º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #311667 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 22 103 -
CMYK 0.52 0.79 0 0.60
HSL 260º 0.65% 0.25% -
HSV(B) 260º 0.79% 0.4% -
XYZ 4 2.21 13.05 -
YUV 39.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 49 22 103 0.52 0.79 0 0.60 260 0.65 0.25
Hex 31 16 67 34 4F 0 3C 104 41 19
Octal 61 26 147 64 117 0 74 404 101 31
Binary 110001 10110 1100111 110100 1001111 0 111100 100000100 1000001 11001

Color Harmonies of #311667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311667

Black with #311667

Text Example


Text Example

White with #311667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311667; }

 p { color: rgb(49,22,103); }

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

background-color css

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

 a { background-color: rgb(49,22,103); }

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

border-color css

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

 span { border-color: rgb(49,22,103); }

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