#271160

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

Shades of Christalle #271160

Tints of Christalle #271160

Color information

#271160 (or 0x271160) is unknown color: approx Christalle. HEX triplet: 27, 11 and 60. RGB value is (39,17,96). Sum of RGB (Red+Green+Blue) = 39+17+96=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #271160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271160 is #D8EE9F. Grayscale: #202020. Windows color (decimal): -14216864 or 6295847. OLE color: 6295847.

HSL color Cylindrical-coordinate representation of color #271160: hue angle of 256.71º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271160 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB391796-
CMYK0.590.8200.62
HSL256.71º69.91%22.16%-
HSV(B)256.71º82.29%37.65%-
XYZ3.151.6811.22-
YUV32.58163.79132.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 96 (37.89% from 255) = 63.16%
R=25.66%
G=11.18%
B=63.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3917960.590.8200.62256.7169.9122.16
Hex2711603B5203E1014616
Octal47211407312207640110626
Binary10011110001110000011101110100100111110100000001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271160; }

 p { color: rgb(39,17,96); }

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

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

 a { background-color: rgb(39,17,96); }

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

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

 span { border-color: rgb(39,17,96); }

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