#3411cc

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

Shades of Han Purple #3411CC

Tints of Han Purple #3411CC

Color information

#3411CC (or 0x3411CC) is unknown color: approx Han Purple. HEX triplet: 34, 11 and CC. RGB value is (52,17,204). Sum of RGB (Red+Green+Blue) = 52+17+204=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #3411CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3411CC is #CBEE33. Grayscale: #303030. Windows color (decimal): -13364788 or 13373748. OLE color: 13373748.

HSL color Cylindrical-coordinate representation of color #3411CC: hue angle of 251.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3411CC is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5217204-
CMYK0.750.9200.2
HSL251.23º84.62%43.33%-
HSV(B)251.23º91.67%80%-
XYZ12.525.4957.53-
YUV48.78215.6130.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 17 (7.03% from 255) = 6.23%
BLUE value IS 204 (80.08% from 255) = 74.73%
R=19.05%
G=6.23%
B=74.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52172040.750.9200.2251.2384.6243.33
Hex3411CC4B5C014fb552b
Octal642131411313402437312553
Binary110100100011100110010010111011100010100111110111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3411cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3411cc; }

 p { color: rgb(52,17,204); }

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

<style>
 a { background-color: #3411cc; }

 a { background-color: rgb(52,17,204); }

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

<style>
 span { border-color: #3411cc; }

 span { border-color: rgb(52,17,204); }

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