#28135E

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

Shades of Christalle #28135E

Tints of Christalle #28135E

Color information

#28135E (or 0x28135E) is unknown color: approx Christalle. HEX triplet: 28, 13 and 5E. RGB value is (40,19,94). Sum of RGB (Red+Green+Blue) = 40+19+94=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #28135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28135E is #D7ECA1. Grayscale: #212121. Windows color (decimal): -14150818 or 6165288. OLE color: 6165288.

HSL color Cylindrical-coordinate representation of color #28135E: hue angle of 256.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28135E is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB401994-
CMYK0.570.8000.63
HSL256.8º66.37%22.16%-
HSV(B)256.8º79.79%36.86%-
XYZ3.131.7310.76-
YUV33.83161.96132.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 94 (37.11% from 255) = 61.44%
R=26.14%
G=12.42%
B=61.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4019940.570.8000.63256.866.3722.16
Hex28135E395003F1014216
Octal50231367112007740110226
Binary10100010011101111011100110100000111111100000001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28135E; }

 p { color: rgb(40,19,94); }

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

<style>
 a { background-color: #28135E; }

 a { background-color: rgb(40,19,94); }

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

<style>
 span { border-color: #28135E; }

 span { border-color: rgb(40,19,94); }

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