#3D17FC

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

Shades of Han Purple #3D17FC

Tints of Han Purple #3D17FC

Color information

#3D17FC (or 0x3D17FC) is unknown color: approx Han Purple. HEX triplet: 3D, 17 and FC. RGB value is (61,23,252). Sum of RGB (Red+Green+Blue) = 61+23+252=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D17FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D17FC is #C2E803. Grayscale: #3B3B3B. Windows color (decimal): -12773380 or 16521021. OLE color: 16521021.

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

Color convert

RGB6123252-
CMYK0.760.9100.01
HSL249.96º97.45%53.92%-
HSV(B)249.96º90.87%98.82%-
XYZ19.88.6392.72-
YUV60.47236.09128.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.15%
GREEN value IS 23 (9.38% from 255) = 6.85%
BLUE value IS 252 (98.83% from 255) = 75%
R=18.15%
G=6.85%
B=75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal61232520.760.9100.01249.9697.4553.92
Hex3D17FC4C5B01fa6136
Octal75273741141330137214166
Binary11110110111111111001001100101101101111110101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D17FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,23,252); }

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

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

 a { background-color: rgb(61,23,252); }

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

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

 span { border-color: rgb(61,23,252); }

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