#3b11cc

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

Shades of Han Purple #3B11CC

Tints of Han Purple #3B11CC

Color information

#3B11CC (or 0x3B11CC) is unknown color: approx Han Purple. HEX triplet: 3B, 11 and CC. RGB value is (59,17,204). Sum of RGB (Red+Green+Blue) = 59+17+204=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B11CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B11CC is #C4EE33. Grayscale: #323232. Windows color (decimal): -12906036 or 13373755. OLE color: 13373755.

HSL color Cylindrical-coordinate representation of color #3B11CC: hue angle of 253.48º 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 #3B11CC is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5917204-
CMYK0.710.9200.2
HSL253.48º84.62%43.33%-
HSV(B)253.48º91.67%80%-
XYZ12.95.6957.55-
YUV50.88214.41133.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.07%
GREEN value IS 17 (7.03% from 255) = 6.07%
BLUE value IS 204 (80.08% from 255) = 72.86%
R=21.07%
G=6.07%
B=72.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal59172040.710.9200.2253.4884.6243.33
Hex3B11CC475C014fd552b
Octal732131410713402437512553
Binary111011100011100110010001111011100010100111111011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b11cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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