#28105A

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

Shades of Christalle #28105A

Tints of Christalle #28105A

Color information

#28105A (or 0x28105A) is unknown color: approx Christalle. HEX triplet: 28, 10 and 5A. RGB value is (40,16,90). Sum of RGB (Red+Green+Blue) = 40+16+90=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #28105A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28105A is #D7EFA5. Grayscale: #1F1F1F. Windows color (decimal): -14151590 or 5902376. OLE color: 5902376.

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

Color convert

RGB401690-
CMYK0.560.8200.65
HSL259.46º69.81%20.78%-
HSV(B)259.46º82.22%35.29%-
XYZ2.911.569.82-
YUV31.61160.95133.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.40%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 90 (35.55% from 255) = 61.64%
R=27.40%
G=10.96%
B=61.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4016900.560.8200.65259.4669.8120.78
Hex28105A38520411034615
Octal502013270122010140310625
Binary101000100001011010111000101001001000001100000011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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