#280F63

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

Shades of Christalle #280F63

Tints of Christalle #280F63

Color information

#280F63 (or 0x280F63) is unknown color: approx Christalle. HEX triplet: 28, 0F and 63. RGB value is (40,15,99). Sum of RGB (Red+Green+Blue) = 40+15+99=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #280F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280F63 is #D7F09C. Grayscale: #1F1F1F. Windows color (decimal): -14151837 or 6491944. OLE color: 6491944.

HSL color Cylindrical-coordinate representation of color #280F63: hue angle of 257.86º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280F63 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB401599-
CMYK0.600.8500.61
HSL257.86º73.68%22.35%-
HSV(B)257.86º84.85%38.82%-
XYZ3.31.6911.96-
YUV32.05165.78133.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 15 (6.25% from 255) = 9.74%
BLUE value IS 99 (39.06% from 255) = 64.29%
R=25.97%
G=9.74%
B=64.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4015990.600.8500.61257.8673.6822.35
Hex28F633C5503D1024a16
Octal50171437412507540211226
Binary1010001111110001111110010101010111101100000010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,15,99); }

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

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

 a { background-color: rgb(40,15,99); }

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

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

 span { border-color: rgb(40,15,99); }

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