#3D09D4

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

Shades of Han Purple #3D09D4

Tints of Han Purple #3D09D4

Color information

#3D09D4 (or 0x3D09D4) is unknown color: approx Han Purple. HEX triplet: 3D, 09 and D4. RGB value is (61,9,212). Sum of RGB (Red+Green+Blue) = 61+9+212=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 212 (83.20% from 255 or 75.18% from 282); Max value from RGB is 212 - color contains mainly: blue. Hex color #3D09D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D09D4 is #C2F62B. Grayscale: #2E2E2E. Windows color (decimal): -12777004 or 13895997. OLE color: 13895997.

HSL color Cylindrical-coordinate representation of color #3D09D4: hue angle of 255.37º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D09D4 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB619212-
CMYK0.710.9600.17
HSL255.37º91.86%43.33%-
HSV(B)255.37º95.75%83.14%-
XYZ13.915.9462.7-
YUV47.69220.73137.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.63%
GREEN value IS 9 (3.91% from 255) = 3.19%
BLUE value IS 212 (83.20% from 255) = 75.18%
R=21.63%
G=3.19%
B=75.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal6192120.710.9600.17255.3791.8643.33
Hex3D9D44760011ff5c2b
Octal751132410714002137713453
Binary11110110011101010010001111100000010001111111111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D09D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,9,212); }

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

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

 a { background-color: rgb(61,9,212); }

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

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

 span { border-color: rgb(61,9,212); }

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