#3B08D6

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

Shades of Han Purple #3B08D6

Tints of Han Purple #3B08D6

Color information

#3B08D6 (or 0x3B08D6) is unknown color: approx Han Purple. HEX triplet: 3B, 08 and D6. RGB value is (59,8,214). Sum of RGB (Red+Green+Blue) = 59+8+214=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 214 (83.98% from 255 or 76.16% from 281); Max value from RGB is 214 - color contains mainly: blue. Hex color #3B08D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B08D6 is #C4F729. Grayscale: #2D2D2D. Windows color (decimal): -12908330 or 14026811. OLE color: 14026811.

HSL color Cylindrical-coordinate representation of color #3B08D6: hue angle of 254.85º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B08D6 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB598214-
CMYK0.720.9600.16
HSL254.85º92.79%43.53%-
HSV(B)254.85º96.26%83.92%-
XYZ14.035.9664.03-
YUV46.73222.4136.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 8 (3.52% from 255) = 2.85%
BLUE value IS 214 (83.98% from 255) = 76.16%
R=21.00%
G=2.85%
B=76.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal5982140.720.9600.16254.8592.7943.53
Hex3B8D64860010ff5d2c
Octal731032611014002037713554
Binary11101110001101011010010001100000010000111111111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B08D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B08D6; }

 p { color: rgb(59,8,214); }

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

<style>
 a { background-color: #3B08D6; }

 a { background-color: rgb(59,8,214); }

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

<style>
 span { border-color: #3B08D6; }

 span { border-color: rgb(59,8,214); }

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