#27055D

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

Shades of Christalle #27055D

Tints of Christalle #27055D

Color information

#27055D (or 0x27055D) is unknown color: approx Christalle. HEX triplet: 27, 05 and 5D. RGB value is (39,5,93). Sum of RGB (Red+Green+Blue) = 39+5+93=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #27055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27055D is #D8FAA2. Grayscale: #181818. Windows color (decimal): -14219939 or 6096167. OLE color: 6096167.

HSL color Cylindrical-coordinate representation of color #27055D: hue angle of 263.18º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27055D is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB39593-
CMYK0.580.9500.64
HSL263.18º89.8%19.22%-
HSV(B)263.18º94.62%36.47%-
XYZ2.871.3310.46-
YUV25.2166.26137.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.47%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 93 (36.72% from 255) = 67.88%
R=28.47%
G=3.65%
B=67.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal395930.580.9500.64263.1889.819.22
Hex2755D3A5F0401075a13
Octal47513572137010040713223
Binary1001111011011101111010101111101000000100000111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27055D; }

 p { color: rgb(39,5,93); }

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

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

 a { background-color: rgb(39,5,93); }

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

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

 span { border-color: rgb(39,5,93); }

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