#280E59

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

Shades of Christalle #280E59

Tints of Christalle #280E59

Color information

#280E59 (or 0x280E59) is unknown color: approx Christalle. HEX triplet: 28, 0E and 59. RGB value is (40,14,89). Sum of RGB (Red+Green+Blue) = 40+14+89=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #280E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E59 is #D7F1A6. Grayscale: #1E1E1E. Windows color (decimal): -14152103 or 5836328. OLE color: 5836328.

HSL color Cylindrical-coordinate representation of color #280E59: hue angle of 260.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #280E59 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB401489-
CMYK0.550.8400.65
HSL260.8º72.82%20.2%-
HSV(B)260.8º84.27%34.9%-
XYZ2.841.499.59-
YUV30.32161.11134.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.97%
GREEN value IS 14 (5.86% from 255) = 9.79%
BLUE value IS 89 (35.16% from 255) = 62.24%
R=27.97%
G=9.79%
B=62.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4014890.550.8400.65260.872.8220.2
Hex28E5937540411054914
Octal501613167124010140511124
Binary10100011101011001110111101010001000001100000101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280E59; }

 p { color: rgb(40,14,89); }

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

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

 a { background-color: rgb(40,14,89); }

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

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

 span { border-color: rgb(40,14,89); }

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