#3126EB

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

Shades of Han Purple #3126EB

Tints of Han Purple #3126EB

Color information

#3126EB (or 0x3126EB) is unknown color: approx Han Purple. HEX triplet: 31, 26 and EB. RGB value is (49,38,235). Sum of RGB (Red+Green+Blue) = 49+38+235=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 235 (92.19% from 255 or 72.98% from 322); Max value from RGB is 235 - color contains mainly: blue. Hex color #3126EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3126EB is #CED914. Grayscale: #3E3E3E. Windows color (decimal): -13555989 or 15410737. OLE color: 15410737.

HSL color Cylindrical-coordinate representation of color #3126EB: hue angle of 243.35º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3126EB is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4938235-
CMYK0.790.8400.08
HSL243.35º83.12%53.53%-
HSV(B)243.35º83.83%92.16%-
XYZ16.968.0479.25-
YUV63.75224.64117.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.22%
GREEN value IS 38 (15.23% from 255) = 11.80%
BLUE value IS 235 (92.19% from 255) = 72.98%
R=15.22%
G=11.80%
B=72.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49382350.790.8400.08243.3583.1253.53
Hex3126EB4F5408f35336
Octal614635311712401036312366
Binary110001100110111010111001111101010001000111100111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3126EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3126EB; }

 p { color: rgb(49,38,235); }

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

<style>
 a { background-color: #3126EB; }

 a { background-color: rgb(49,38,235); }

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

<style>
 span { border-color: #3126EB; }

 span { border-color: rgb(49,38,235); }

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