#270B5D

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

Shades of Christalle #270B5D

Tints of Christalle #270B5D

Color information

#270B5D (or 0x270B5D) is unknown color: approx Christalle. HEX triplet: 27, 0B and 5D. RGB value is (39,11,93). Sum of RGB (Red+Green+Blue) = 39+11+93=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #270B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270B5D is #D8F4A2. Grayscale: #1C1C1C. Windows color (decimal): -14218403 or 6097703. OLE color: 6097703.

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

Color convert

RGB391193-
CMYK0.580.8800.64
HSL260.49º78.85%20.39%-
HSV(B)260.49º88.17%36.47%-
XYZ2.931.4610.48-
YUV28.72164.28135.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 11 (4.69% from 255) = 7.69%
BLUE value IS 93 (36.72% from 255) = 65.03%
R=27.27%
G=7.69%
B=65.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3911930.580.8800.64260.4978.8520.39
Hex27B5D3A580401044f14
Octal471313572130010040411724
Binary10011110111011101111010101100001000000100000100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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