Html Css Color HEX #310B55 Christalle

📋 copy color: '#310B55'

red 49 ◦ green 11 ◦ blue 85

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

Shades of Christalle #310B55

Tints of Christalle #310B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 58.62%

R = 33.79%
G = 7.59%
B = 58.62%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#310B55 (or 0x310B55) is known color: Christalle. HEX triplet: 31, 0B and 55. RGB value is (49,11,85). Sum of RGB (Red+Green+Blue) = 49+11+85=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #310B55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B55 is #CEF4AA. Grayscale: #1E1E1E. Windows color (decimal): -13563051 or 5573425. OLE color: 5573425.

HSL color Cylindrical-coordinate representation of color #310B55: hue angle of 270.81º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #310B55 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 11 85 -
CMYK 0.42 0.87 0 0.67
HSL 270.81º 0.77% 0.19% -
HSV(B) 270.81º 0.87% 0.33% -
XYZ 3.03 1.55 8.73 -
YUV 30.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 49 11 85 0.42 0.87 0 0.67 270.81 0.77 0.19
Hex 31 B 55 2A 57 0 43 10F 4D 13
Octal 61 13 125 52 127 0 103 417 115 23
Binary 110001 1011 1010101 101010 1010111 0 1000011 100001111 1001101 10011

Color Harmonies of #310B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B55

Black with #310B55

Text Example


Text Example

White with #310B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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