Html Css Color HEX #311C65 Christalle

📋 copy color: '#311C65'

red 49 ◦ green 28 ◦ blue 101

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

Shades of Christalle #311C65

Tints of Christalle #311C65

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

 BLUE value IS 101 (39.84% from 255) = 56.74%

R = 27.53%
G = 15.73%
B = 56.74%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#311C65 (or 0x311C65) is known color: Christalle. HEX triplet: 31, 1C and 65. RGB value is (49,28,101). Sum of RGB (Red+Green+Blue) = 49+28+101=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #311C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C65 is #CEE39A. Grayscale: #2A2A2A. Windows color (decimal): -13558683 or 6626353. OLE color: 6626353.

HSL color Cylindrical-coordinate representation of color #311C65: hue angle of 257.26º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #311C65 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 28 101 -
CMYK 0.51 0.72 0 0.60
HSL 257.26º 0.57% 0.25% -
HSV(B) 257.26º 0.72% 0.4% -
XYZ 4.03 2.42 12.57 -
YUV 42.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 49 28 101 0.51 0.72 0 0.60 257.26 0.57 0.25
Hex 31 1C 65 33 48 0 3C 101 39 19
Octal 61 34 145 63 110 0 74 401 71 31
Binary 110001 11100 1100101 110011 1001000 0 111100 100000001 111001 11001

Color Harmonies of #311C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C65

Black with #311C65

Text Example


Text Example

White with #311C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311C65; }

 p { color: rgb(49,28,101); }

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

background-color css

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

 a { background-color: rgb(49,28,101); }

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

border-color css

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

 span { border-color: rgb(49,28,101); }

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