#270A5D

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

Shades of Christalle #270A5D

Tints of Christalle #270A5D

Color information

#270A5D (or 0x270A5D) is unknown color: approx Christalle. HEX triplet: 27, 0A and 5D. RGB value is (39,10,93). Sum of RGB (Red+Green+Blue) = 39+10+93=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #270A5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270A5D is #D8F5A2. Grayscale: #1B1B1B. Windows color (decimal): -14218659 or 6097447. OLE color: 6097447.

HSL color Cylindrical-coordinate representation of color #270A5D: hue angle of 260.96º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270A5D is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB391093-
CMYK0.580.8900.64
HSL260.96º80.58%20.2%-
HSV(B)260.96º89.25%36.47%-
XYZ2.921.4410.48-
YUV28.13164.61135.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 10 (4.30% from 255) = 7.04%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=27.46%
G=7.04%
B=65.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3910930.580.8900.64260.9680.5820.2
Hex27A5D3A590401055114
Octal471213572131010040512124
Binary10011110101011101111010101100101000000100000101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270A5D; }

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

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

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

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

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

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

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

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