#2E08DB

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

Shades of Han Purple #2E08DB

Tints of Han Purple #2E08DB

Color information

#2E08DB (or 0x2E08DB) is unknown color: approx Han Purple. HEX triplet: 2E, 08 and DB. RGB value is (46,8,219). Sum of RGB (Red+Green+Blue) = 46+8+219=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E08DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E08DB is #D1F724. Grayscale: #2A2A2A. Windows color (decimal): -13760293 or 14354478. OLE color: 14354478.

HSL color Cylindrical-coordinate representation of color #2E08DB: hue angle of 250.81º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E08DB is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB468219-
CMYK0.790.9600.14
HSL250.81º92.95%44.51%-
HSV(B)250.81º96.35%85.88%-
XYZ145.8767.41-
YUV43.42227.09129.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.85%
GREEN value IS 8 (3.52% from 255) = 2.93%
BLUE value IS 219 (85.94% from 255) = 80.22%
R=16.85%
G=2.93%
B=80.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal4682190.790.9600.14250.8192.9544.51
Hex2E8DB4F600Efb5d2d
Octal561033311714001637313555
Binary1011101000110110111001111110000001110111110111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E08DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E08DB; }

 p { color: rgb(46,8,219); }

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

<style>
 a { background-color: #2E08DB; }

 a { background-color: rgb(46,8,219); }

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

<style>
 span { border-color: #2E08DB; }

 span { border-color: rgb(46,8,219); }

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