#3D2FF8

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

Shades of Han Purple #3D2FF8

Tints of Han Purple #3D2FF8

Color information

#3D2FF8 (or 0x3D2FF8) is unknown color: approx Han Purple. HEX triplet: 3D, 2F and F8. RGB value is (61,47,248). Sum of RGB (Red+Green+Blue) = 61+47+248=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 248 (97.27% from 255 or 69.66% from 356); Max value from RGB is 248 - color contains mainly: blue. Hex color #3D2FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D2FF8 is #C2D007. Grayscale: #494949. Windows color (decimal): -12767240 or 16265021. OLE color: 16265021.

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

Color convert

RGB6147248-
CMYK0.750.8100.03
HSL244.18º93.49%57.84%-
HSV(B)244.18º81.05%97.25%-
XYZ19.889.889.65-
YUV74.1226.14118.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.13%
GREEN value IS 47 (18.75% from 255) = 13.20%
BLUE value IS 248 (97.27% from 255) = 69.66%
R=17.13%
G=13.20%
B=69.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal61472480.750.8100.03244.1893.4957.84
Hex3D2FF84B5103f45d3a
Octal75573701131210336413572
Binary1111011011111111100010010111010001011111101001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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