#280D62

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

Shades of Christalle #280D62

Tints of Christalle #280D62

Color information

#280D62 (or 0x280D62) is unknown color: approx Christalle. HEX triplet: 28, 0D and 62. RGB value is (40,13,98). Sum of RGB (Red+Green+Blue) = 40+13+98=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #280D62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D62 is #D7F29D. Grayscale: #1E1E1E. Windows color (decimal): -14152350 or 6425896. OLE color: 6425896.

HSL color Cylindrical-coordinate representation of color #280D62: hue angle of 259.06º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #280D62 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB401398-
CMYK0.590.8700.62
HSL259.06º76.58%21.76%-
HSV(B)259.06º86.73%38.43%-
XYZ3.221.6211.7-
YUV30.76165.95134.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 98 (38.67% from 255) = 64.90%
R=26.49%
G=8.61%
B=64.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4013980.590.8700.62259.0676.5821.76
Hex28D623B5703E1034d16
Octal50151427312707640311526
Binary1010001101110001011101110101110111110100000011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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