#3D00FC

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

Shades of Han Purple #3D00FC

Tints of Han Purple #3D00FC

Color information

#3D00FC (or 0x3D00FC) is unknown color: approx Han Purple. HEX triplet: 3D, 00 and FC. RGB value is (61,0,252). Sum of RGB (Red+Green+Blue) = 61+0+252=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 252 (98.83% from 255 or 80.51% from 313); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D00FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D00FC is #C2FF03. Grayscale: #2E2E2E. Windows color (decimal): -12779268 or 16515133. OLE color: 16515133.

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

Color convert

RGB610252-
CMYK0.76100.01
HSL254.52º100%49.41%-
HSV(B)254.52º100%98.82%-
XYZ19.58.0292.62-
YUV46.97243.71138.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 252 (98.83% from 255) = 80.51%
R=19.49%
G=0%
B=80.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal6102520.76100.01254.5210049.41
Hex3D0FC4C6401ff6431
Octal7503741141440137714461
Binary1111010111111001001100110010001111111111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D00FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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