#28115A

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

Shades of Christalle #28115A

Tints of Christalle #28115A

Color information

#28115A (or 0x28115A) is unknown color: approx Christalle. HEX triplet: 28, 11 and 5A. RGB value is (40,17,90). Sum of RGB (Red+Green+Blue) = 40+17+90=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #28115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28115A is #D7EEA5. Grayscale: #1F1F1F. Windows color (decimal): -14151334 or 5902632. OLE color: 5902632.

HSL color Cylindrical-coordinate representation of color #28115A: hue angle of 258.9º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28115A is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB401790-
CMYK0.560.8100.65
HSL258.9º68.22%20.98%-
HSV(B)258.9º81.11%35.29%-
XYZ2.921.599.83-
YUV32.2160.62133.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 90 (35.55% from 255) = 61.22%
R=27.21%
G=11.56%
B=61.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4017900.560.8100.65258.968.2220.98
Hex28115A38510411034415
Octal502113270121010140310425
Binary101000100011011010111000101000101000001100000011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28115A; }

 p { color: rgb(40,17,90); }

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

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

 a { background-color: rgb(40,17,90); }

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

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

 span { border-color: rgb(40,17,90); }

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