#3B05DF

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

Shades of Han Purple #3B05DF

Tints of Han Purple #3B05DF

Color information

#3B05DF (or 0x3B05DF) is unknown color: approx Han Purple. HEX triplet: 3B, 05 and DF. RGB value is (59,5,223). Sum of RGB (Red+Green+Blue) = 59+5+223=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B05DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B05DF is #C4FA20. Grayscale: #2D2D2D. Windows color (decimal): -12909089 or 14615867. OLE color: 14615867.

HSL color Cylindrical-coordinate representation of color #3B05DF: hue angle of 254.86º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B05DF is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB595223-
CMYK0.740.9800.13
HSL254.86º95.61%44.71%-
HSV(B)254.86º97.76%87.45%-
XYZ15.186.3770.24-
YUV46227.89137.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.56%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 223 (87.5% from 255) = 77.70%
R=20.56%
G=1.74%
B=77.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5952230.740.9800.13254.8695.6144.71
Hex3B5DF4A620Dff602d
Octal73533711214201537714055
Binary111011101110111111001010110001001101111111111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B05DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,5,223); }

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

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

 a { background-color: rgb(59,5,223); }

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

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

 span { border-color: rgb(59,5,223); }

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