#3b28e0

Color #3B28E0 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3B28E0

Tints of Han Purple #3B28E0

Color information

#3B28E0 (or 0x3B28E0) is unknown color: approx Han Purple. HEX triplet: 3B, 28 and E0. RGB value is (59,40,224). Sum of RGB (Red+Green+Blue) = 59+40+224=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 224 (87.89% from 255 or 69.35% from 323); Max value from RGB is 224 - color contains mainly: blue. Hex color #3B28E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B28E0 is #C4D71F. Grayscale: #414141. Windows color (decimal): -12900128 or 14690363. OLE color: 14690363.

HSL color Cylindrical-coordinate representation of color #3B28E0: hue angle of 246.2º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B28E0 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5940224-
CMYK0.740.8200.12
HSL246.2º74.8%51.76%-
HSV(B)246.2º82.14%87.84%-
XYZ16.027.8371.19-
YUV66.66216.79122.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.27%
GREEN value IS 40 (16.02% from 255) = 12.38%
BLUE value IS 224 (87.89% from 255) = 69.35%
R=18.27%
G=12.38%
B=69.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal59402240.740.8200.12246.274.851.76
Hex3B28E04A520Cf64b34
Octal735034011212201436611364
Binary111011101000111000001001010101001001100111101101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b28e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3b28e0; }

 p { color: rgb(59,40,224); }

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

<style>
 a { background-color: #3b28e0; }

 a { background-color: rgb(59,40,224); }

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

<style>
 span { border-color: #3b28e0; }

 span { border-color: rgb(59,40,224); }

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