#3D22F4

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

Shades of Han Purple #3D22F4

Tints of Han Purple #3D22F4

Color information

#3D22F4 (or 0x3D22F4) is unknown color: approx Han Purple. HEX triplet: 3D, 22 and F4. RGB value is (61,34,244). Sum of RGB (Red+Green+Blue) = 61+34+244=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 244 (95.70% from 255 or 71.98% from 339); Max value from RGB is 244 - color contains mainly: blue. Hex color #3D22F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D22F4 is #C2DD0B. Grayscale: #414141. Windows color (decimal): -12770572 or 15999549. OLE color: 15999549.

HSL color Cylindrical-coordinate representation of color #3D22F4: hue angle of 247.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D22F4 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6134244-
CMYK0.750.8600.04
HSL247.71º90.52%54.51%-
HSV(B)247.71º86.07%95.69%-
XYZ18.838.6786.27-
YUV66.01228.45124.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.99%
GREEN value IS 34 (13.67% from 255) = 10.03%
BLUE value IS 244 (95.70% from 255) = 71.98%
R=17.99%
G=10.03%
B=71.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61342440.750.8600.04247.7190.5254.51
Hex3D22F44B5604f85b37
Octal75423641131260437013367
Binary11110110001011110100100101110101100100111110001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D22F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,34,244); }

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

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

 a { background-color: rgb(61,34,244); }

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

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

 span { border-color: rgb(61,34,244); }

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