#3D05F8

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

Shades of Han Purple #3D05F8

Tints of Han Purple #3D05F8

Color information

#3D05F8 (or 0x3D05F8) is unknown color: approx Han Purple. HEX triplet: 3D, 05 and F8. RGB value is (61,5,248). Sum of RGB (Red+Green+Blue) = 61+5+248=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 248 (97.27% from 255 or 78.98% from 314); Max value from RGB is 248 - color contains mainly: blue. Hex color #3D05F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D05F8 is #C2FA07. Grayscale: #303030. Windows color (decimal): -12777992 or 16254269. OLE color: 16254269.

HSL color Cylindrical-coordinate representation of color #3D05F8: hue angle of 253.83º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D05F8 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB615248-
CMYK0.750.9800.03
HSL253.83º96.05%49.61%-
HSV(B)253.83º97.98%97.25%-
XYZ18.927.8889.33-
YUV49.45240.05136.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 5 (2.34% from 255) = 1.59%
BLUE value IS 248 (97.27% from 255) = 78.98%
R=19.43%
G=1.59%
B=78.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal6152480.750.9800.03253.8396.0549.61
Hex3D5F84B6203fe6032
Octal7553701131420337614062
Binary1111011011111100010010111100010011111111101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D05F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,5,248); }

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

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

 a { background-color: rgb(61,5,248); }

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

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

 span { border-color: rgb(61,5,248); }

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