#2628F1

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

Shades of Han Purple #2628F1

Tints of Han Purple #2628F1

Color information

#2628F1 (or 0x2628F1) is unknown color: approx Han Purple. HEX triplet: 26, 28 and F1. RGB value is (38,40,241). Sum of RGB (Red+Green+Blue) = 38+40+241=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 241 (94.53% from 255 or 75.55% from 319); Max value from RGB is 241 - color contains mainly: blue. Hex color #2628F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2628F1 is #D9D70E. Grayscale: #3D3D3D. Windows color (decimal): -14276367 or 15804454. OLE color: 15804454.

HSL color Cylindrical-coordinate representation of color #2628F1: hue angle of 239.41º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2628F1 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3840241-
CMYK0.840.8300.05
HSL239.41º87.88%54.71%-
HSV(B)239.41º84.23%94.51%-
XYZ17.448.2883.9-
YUV62.32228.84110.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.91%
GREEN value IS 40 (16.02% from 255) = 12.54%
BLUE value IS 241 (94.53% from 255) = 75.55%
R=11.91%
G=12.54%
B=75.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal38402410.840.8300.05239.4187.8854.71
Hex2628F1545305ef5837
Octal46503611241230535713067
Binary10011010100011110001101010010100110101111011111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2628F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2628F1; }

 p { color: rgb(38,40,241); }

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

<style>
 a { background-color: #2628F1; }

 a { background-color: rgb(38,40,241); }

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

<style>
 span { border-color: #2628F1; }

 span { border-color: rgb(38,40,241); }

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