Html Css Color HEX #311259 Christalle

📋 copy color: '#311259'

red 49 ◦ green 18 ◦ blue 89

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

Shades of Christalle #311259

Tints of Christalle #311259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.54%

 BLUE value IS 89 (35.16% from 255) = 57.05%

R = 31.41%
G = 11.54%
B = 57.05%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#311259 (or 0x311259) is known color: Christalle. HEX triplet: 31, 12 and 59. RGB value is (49,18,89). Sum of RGB (Red+Green+Blue) = 49+18+89=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #311259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311259 is #CEEDA6. Grayscale: #232323. Windows color (decimal): -13561255 or 5837361. OLE color: 5837361.

HSL color Cylindrical-coordinate representation of color #311259: hue angle of 266.2º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311259 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 18 89 -
CMYK 0.45 0.80 0 0.65
HSL 266.2º 0.66% 0.21% -
HSV(B) 266.2º 0.8% 0.35% -
XYZ 3.29 1.81 9.63 -
YUV 35.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 49 18 89 0.45 0.80 0 0.65 266.2 0.66 0.21
Hex 31 12 59 2D 50 0 41 10A 42 15
Octal 61 22 131 55 120 0 101 412 102 25
Binary 110001 10010 1011001 101101 1010000 0 1000001 100001010 1000010 10101

Color Harmonies of #311259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311259

Black with #311259

Text Example


Text Example

White with #311259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311259; }

 p { color: rgb(49,18,89); }

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

background-color css

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

 a { background-color: rgb(49,18,89); }

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

border-color css

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

 span { border-color: rgb(49,18,89); }

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