#280D5C

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

Shades of Christalle #280D5C

Tints of Christalle #280D5C

Color information

#280D5C (or 0x280D5C) is unknown color: approx Christalle. HEX triplet: 28, 0D and 5C. RGB value is (40,13,92). Sum of RGB (Red+Green+Blue) = 40+13+92=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #280D5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D5C is #D7F2A3. Grayscale: #1D1D1D. Windows color (decimal): -14152356 or 6032680. OLE color: 6032680.

HSL color Cylindrical-coordinate representation of color #280D5C: hue angle of 260.51º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #280D5C is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB401392-
CMYK0.570.8600.64
HSL260.51º75.24%20.59%-
HSV(B)260.51º85.87%36.08%-
XYZ2.951.5110.26-
YUV30.08162.95135.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.59%
GREEN value IS 13 (5.47% from 255) = 8.97%
BLUE value IS 92 (36.33% from 255) = 63.45%
R=27.59%
G=8.97%
B=63.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4013920.570.8600.64260.5175.2420.59
Hex28D5C39560401054b15
Octal501513471126010040511325
Binary10100011011011100111001101011001000000100000101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,13,92); }

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

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

 a { background-color: rgb(40,13,92); }

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

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

 span { border-color: rgb(40,13,92); }

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