#3D03FF

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

Shades of Han Purple #3D03FF

Tints of Han Purple #3D03FF

Color information

#3D03FF (or 0x3D03FF) is unknown color: approx Han Purple. HEX triplet: 3D, 03 and FF. RGB value is (61,3,255). Sum of RGB (Red+Green+Blue) = 61+3+255=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D03FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D03FF is #C2FC00. Grayscale: #303030. Windows color (decimal): -12778497 or 16712509. OLE color: 16712509.

HSL color Cylindrical-coordinate representation of color #3D03FF: hue angle of 253.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D03FF is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB613255-
CMYK0.760.9900
HSL253.81º100%50.59%-
HSV(B)253.81º98.82%100%-
XYZ20.018.2895.15-
YUV49.07244.22136.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 3 (1.56% from 255) = 0.94%
BLUE value IS 255 (100% from 255) = 79.94%
R=19.12%
G=0.94%
B=79.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal6132550.760.9900253.8110050.59
Hex3D3FF4C6300fe6433
Octal7533771141430037614463
Binary11110111111111111001100110001100111111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D03FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,3,255); }

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

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

 a { background-color: rgb(61,3,255); }

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

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

 span { border-color: rgb(61,3,255); }

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