Html Css Color HEX #31005E Christalle

📋 copy color: '#31005E'

red 49 ◦ green 0 ◦ blue 94

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

Shades of Christalle #31005E

Tints of Christalle #31005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 65.73%

R = 34.27%
G = 0%
B = 65.73%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31005E (or 0x31005E) is known color: Christalle. HEX triplet: 31, 00 and 5E. RGB value is (49,0,94). Sum of RGB (Red+Green+Blue) = 49+0+94=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #31005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31005E is #CEFFA1. Grayscale: #191919. Windows color (decimal): -13565858 or 6160433. OLE color: 6160433.

HSL color Cylindrical-coordinate representation of color #31005E: hue angle of 271.28º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31005E is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 0 94 -
CMYK 0.48 1 0 0.63
HSL 271.28º 1% 0.18% -
HSV(B) 271.28º 1% 0.37% -
XYZ 3.29 1.46 10.7 -
YUV 25.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 49 0 94 0.48 1 0 0.63 271.28 1 0.18
Hex 31 0 5E 30 64 0 3F 10F 64 12
Octal 61 0 136 60 144 0 77 417 144 22
Binary 110001 0 1011110 110000 1100100 0 111111 100001111 1100100 10010

Color Harmonies of #31005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31005E

Black with #31005E

Text Example


Text Example

White with #31005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31005E; }

 p { color: rgb(49,0,94); }

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

background-color css

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

 a { background-color: rgb(49,0,94); }

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

border-color css

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

 span { border-color: rgb(49,0,94); }

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