#28025A

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

Shades of Christalle #28025A

Tints of Christalle #28025A

Color information

#28025A (or 0x28025A) is unknown color: approx Christalle. HEX triplet: 28, 02 and 5A. RGB value is (40,2,90). Sum of RGB (Red+Green+Blue) = 40+2+90=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 90 (35.55% from 255 or 68.18% from 132); Max value from RGB is 90 - color contains mainly: blue. Hex color #28025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28025A is #D7FDA5. Grayscale: #171717. Windows color (decimal): -14155174 or 5898792. OLE color: 5898792.

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

Color convert

RGB40290-
CMYK0.560.9800.65
HSL265.91º95.65%18.04%-
HSV(B)265.91º97.78%35.29%-
XYZ2.741.239.77-
YUV23.39165.59139.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.30%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 90 (35.55% from 255) = 68.18%
R=30.30%
G=1.52%
B=68.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal402900.560.9800.65265.9195.6518.04
Hex2825A386204110a6012
Octal50213270142010141214022
Binary101000101011010111000110001001000001100001010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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