#28145C

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

Shades of Christalle #28145C

Tints of Christalle #28145C

Color information

#28145C (or 0x28145C) is unknown color: approx Christalle. HEX triplet: 28, 14 and 5C. RGB value is (40,20,92). Sum of RGB (Red+Green+Blue) = 40+20+92=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #28145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28145C is #D7EBA3. Grayscale: #212121. Windows color (decimal): -14150564 or 6034472. OLE color: 6034472.

HSL color Cylindrical-coordinate representation of color #28145C: hue angle of 256.67º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28145C is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB402092-
CMYK0.570.7800.64
HSL256.67º64.29%21.96%-
HSV(B)256.67º78.26%36.08%-
XYZ3.061.7210.3-
YUV34.19160.63132.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.32%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=26.32%
G=13.16%
B=60.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4020920.570.7800.64256.6764.2921.96
Hex28145C394E0401014016
Octal502413471116010040110026
Binary101000101001011100111001100111001000000100000001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28145C; }

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

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

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

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

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

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

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

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