#2629F1

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

Shades of Han Purple #2629F1

Tints of Han Purple #2629F1

Color information

#2629F1 (or 0x2629F1) is unknown color: approx Han Purple. HEX triplet: 26, 29 and F1. RGB value is (38,41,241). Sum of RGB (Red+Green+Blue) = 38+41+241=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 241 (94.53% from 255 or 75.31% from 320); Max value from RGB is 241 - color contains mainly: blue. Hex color #2629F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2629F1 is #D9D60E. Grayscale: #3E3E3E. Windows color (decimal): -14276111 or 15804710. OLE color: 15804710.

HSL color Cylindrical-coordinate representation of color #2629F1: hue angle of 239.11º 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 #2629F1 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3841241-
CMYK0.840.8300.05
HSL239.11º87.88%54.71%-
HSV(B)239.11º84.23%94.51%-
XYZ17.478.3583.91-
YUV62.9228.51110.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.88%
GREEN value IS 41 (16.41% from 255) = 12.81%
BLUE value IS 241 (94.53% from 255) = 75.31%
R=11.88%
G=12.81%
B=75.31%

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
Decimal38412410.840.8300.05239.1187.8854.71
Hex2629F1545305ef5837
Octal46513611241230535713067
Binary10011010100111110001101010010100110101111011111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2629F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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