Html Css Color HEX #310B59 Christalle

📋 copy color: '#310B59'

red 49 ◦ green 11 ◦ blue 89

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

Shades of Christalle #310B59

Tints of Christalle #310B59

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.38%

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

R = 32.89%
G = 7.38%
B = 59.73%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#310B59 (or 0x310B59) is known color: Christalle. HEX triplet: 31, 0B and 59. RGB value is (49,11,89). Sum of RGB (Red+Green+Blue) = 49+11+89=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #310B59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B59 is #CEF4A6. Grayscale: #1E1E1E. Windows color (decimal): -13563047 or 5835569. OLE color: 5835569.

HSL color Cylindrical-coordinate representation of color #310B59: hue angle of 269.23º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310B59 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 11 89 -
CMYK 0.45 0.88 0 0.65
HSL 269.23º 0.78% 0.2% -
HSV(B) 269.23º 0.88% 0.35% -
XYZ 3.19 1.61 9.59 -
YUV 31.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 49 11 89 0.45 0.88 0 0.65 269.23 0.78 0.2
Hex 31 B 59 2D 58 0 41 10D 4E 14
Octal 61 13 131 55 130 0 101 415 116 24
Binary 110001 1011 1011001 101101 1011000 0 1000001 100001101 1001110 10100

Color Harmonies of #310B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B59

Black with #310B59

Text Example


Text Example

White with #310B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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