Html Css Color HEX #311565 Christalle

📋 copy color: '#311565'

red 49 ◦ green 21 ◦ blue 101

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

Shades of Christalle #311565

Tints of Christalle #311565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

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

R = 28.65%
G = 12.28%
B = 59.06%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#311565 (or 0x311565) is known color: Christalle. HEX triplet: 31, 15 and 65. RGB value is (49,21,101). Sum of RGB (Red+Green+Blue) = 49+21+101=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #311565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311565 is #CEEA9A. Grayscale: #262626. Windows color (decimal): -13560475 or 6624561. OLE color: 6624561.

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

Color convert

RGB 49 21 101 -
CMYK 0.51 0.79 0 0.60
HSL 261º 0.66% 0.24% -
HSV(B) 261º 0.79% 0.4% -
XYZ 3.88 2.13 12.52 -
YUV 38.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 49 21 101 0.51 0.79 0 0.60 261 0.66 0.24
Hex 31 15 65 33 4F 0 3C 105 42 18
Octal 61 25 145 63 117 0 74 405 102 30
Binary 110001 10101 1100101 110011 1001111 0 111100 100000101 1000010 11000

Color Harmonies of #311565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311565

Black with #311565

Text Example


Text Example

White with #311565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311565; }

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

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

background-color css

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

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

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

border-color css

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

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

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