Html Css Color HEX #310D61 Christalle

📋 copy color: '#310D61'

red 49 ◦ green 13 ◦ blue 97

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

Shades of Christalle #310D61

Tints of Christalle #310D61

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.18%

 BLUE value IS 97 (38.28% from 255) = 61.01%

R = 30.82%
G = 8.18%
B = 61.01%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#310D61 (or 0x310D61) is known color: Christalle. HEX triplet: 31, 0D and 61. RGB value is (49,13,97). Sum of RGB (Red+Green+Blue) = 49+13+97=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #310D61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310D61 is #CEF29E. Grayscale: #212121. Windows color (decimal): -13562527 or 6360369. OLE color: 6360369.

HSL color Cylindrical-coordinate representation of color #310D61: hue angle of 265.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #310D61 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 13 97 -
CMYK 0.49 0.87 0 0.62
HSL 265.71º 0.76% 0.22% -
HSV(B) 265.71º 0.87% 0.38% -
XYZ 3.57 1.8 11.47 -
YUV 33.34 163.93 139.17 -
System Red Green Blue C M Y K H S L
Decimal 49 13 97 0.49 0.87 0 0.62 265.71 0.76 0.22
Hex 31 D 61 31 57 0 3E 10A 4C 16
Octal 61 15 141 61 127 0 76 412 114 26
Binary 110001 1101 1100001 110001 1010111 0 111110 100001010 1001100 10110

Color Harmonies of #310D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D61

Black with #310D61

Text Example


Text Example

White with #310D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,13,97); }

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

background-color css

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

 a { background-color: rgb(49,13,97); }

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

border-color css

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

 span { border-color: rgb(49,13,97); }

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