#2908EB

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

Shades of Han Purple #2908EB

Tints of Han Purple #2908EB

Color information

#2908EB (or 0x2908EB) is unknown color: approx Han Purple. HEX triplet: 29, 08 and EB. RGB value is (41,8,235). Sum of RGB (Red+Green+Blue) = 41+8+235=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 235 (92.19% from 255 or 82.75% from 284); Max value from RGB is 235 - color contains mainly: blue. Hex color #2908EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2908EB is #D6F714. Grayscale: #2A2A2A. Windows color (decimal): -14087957 or 15403049. OLE color: 15403049.

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

Color convert

RGB418235-
CMYK0.830.9700.08
HSL248.72º93.42%47.65%-
HSV(B)248.72º96.6%92.16%-
XYZ166.6479.04-
YUV43.74235.93126.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 8 (3.52% from 255) = 2.82%
BLUE value IS 235 (92.19% from 255) = 82.75%
R=14.44%
G=2.82%
B=82.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal4182350.830.9700.08248.7293.4247.65
Hex298EB536108f95d30
Octal511035312314101037113560
Binary1010011000111010111010011110000101000111110011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2908EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,8,235); }

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

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

 a { background-color: rgb(41,8,235); }

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

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

 span { border-color: rgb(41,8,235); }

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