#270B60

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

Shades of Christalle #270B60

Tints of Christalle #270B60

Color information

#270B60 (or 0x270B60) is unknown color: approx Christalle. HEX triplet: 27, 0B and 60. RGB value is (39,11,96). Sum of RGB (Red+Green+Blue) = 39+11+96=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #270B60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270B60 is #D8F49F. Grayscale: #1C1C1C. Windows color (decimal): -14218400 or 6294311. OLE color: 6294311.

HSL color Cylindrical-coordinate representation of color #270B60: hue angle of 259.76º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270B60 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB391196-
CMYK0.590.8900.62
HSL259.76º79.44%20.98%-
HSV(B)259.76º88.54%37.65%-
XYZ3.071.5211.2-
YUV29.06165.78135.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.71%
GREEN value IS 11 (4.69% from 255) = 7.53%
BLUE value IS 96 (37.89% from 255) = 65.75%
R=26.71%
G=7.53%
B=65.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3911960.590.8900.62259.7679.4420.98
Hex27B603B5903E1044f15
Octal47131407313107640411725
Binary1001111011110000011101110110010111110100000100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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