#280859

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

Shades of Christalle #280859

Tints of Christalle #280859

Color information

#280859 (or 0x280859) is unknown color: approx Christalle. HEX triplet: 28, 08 and 59. RGB value is (40,8,89). Sum of RGB (Red+Green+Blue) = 40+8+89=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #280859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280859 is #D7F7A6. Grayscale: #1A1A1A. Windows color (decimal): -14153639 or 5834792. OLE color: 5834792.

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

Color convert

RGB40889-
CMYK0.550.9100.65
HSL263.7º83.51%19.02%-
HSV(B)263.7º91.01%34.9%-
XYZ2.771.359.57-
YUV26.8163.1137.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.20%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 89 (35.16% from 255) = 64.96%
R=29.20%
G=5.84%
B=64.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal408890.550.9100.65263.783.5119.02
Hex28859375B0411085413
Octal501013167133010141012423
Binary10100010001011001110111101101101000001100001000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280859; }

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

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

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

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

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

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

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

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