#371068

Color #371068 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #371068

Tints of Christalle #371068

Color information

#371068 (or 0x371068) is unknown color: approx Christalle. HEX triplet: 37, 10 and 68. RGB value is (55,16,104). Sum of RGB (Red+Green+Blue) = 55+16+104=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #371068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371068 is #C8EF97. Grayscale: #252525. Windows color (decimal): -13168536 or 6819895. OLE color: 6819895.

HSL color Cylindrical-coordinate representation of color #371068: hue angle of 266.59º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371068 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5516104-
CMYK0.470.8500.59
HSL266.59º73.33%23.53%-
HSV(B)266.59º84.62%40.78%-
XYZ4.262.1813.29-
YUV37.69165.42140.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 104 (41.02% from 255) = 59.43%
R=31.43%
G=9.14%
B=59.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55161040.470.8500.59266.5973.3323.53
Hex3710682F5503B10b4918
Octal67201505712507341311130
Binary11011110000110100010111110101010111011100001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371068; }

 p { color: rgb(55,16,104); }

 H1.HeaderClassName
 {
   color: #371068;
 }
 .AnyTagClassName
 {
   color: #371068;
 }
</style>
background-color css

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

 a { background-color: rgb(55,16,104); }

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

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

 span { border-color: rgb(55,16,104); }

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