#4B08DB

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

Shades of Han Purple #4B08DB

Tints of Han Purple #4B08DB

Color information

#4B08DB (or 0x4B08DB) is unknown color: approx Han Purple. HEX triplet: 4B, 08 and DB. RGB value is (75,8,219). Sum of RGB (Red+Green+Blue) = 75+8+219=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B08DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B08DB is #B4F724. Grayscale: #333333. Windows color (decimal): -11859749 or 14354507. OLE color: 14354507.

HSL color Cylindrical-coordinate representation of color #4B08DB: hue angle of 259.05º 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 #4B08DB is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB758219-
CMYK0.660.9600.14
HSL259.05º92.95%44.51%-
HSV(B)259.05º96.35%85.88%-
XYZ15.776.7867.5-
YUV52.09222.2144.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.83%
GREEN value IS 8 (3.52% from 255) = 2.65%
BLUE value IS 219 (85.94% from 255) = 72.52%
R=24.83%
G=2.65%
B=72.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal7582190.660.9600.14259.0592.9544.51
Hex4B8DB42600E1035d2d
Octal1131033310214001640313555
Binary100101110001101101110000101100000011101000000111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B08DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B08DB; }

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

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

<style>
 a { background-color: #4B08DB; }

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

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

<style>
 span { border-color: #4B08DB; }

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

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