#3B12CC

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

Shades of Han Purple #3B12CC

Tints of Han Purple #3B12CC

Color information

#3B12CC (or 0x3B12CC) is unknown color: approx Han Purple. HEX triplet: 3B, 12 and CC. RGB value is (59,18,204). Sum of RGB (Red+Green+Blue) = 59+18+204=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B12CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B12CC is #C4ED33. Grayscale: #323232. Windows color (decimal): -12905780 or 13374011. OLE color: 13374011.

HSL color Cylindrical-coordinate representation of color #3B12CC: hue angle of 253.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B12CC is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5918204-
CMYK0.710.9100.2
HSL253.23º83.78%43.53%-
HSV(B)253.23º91.18%80%-
XYZ12.925.7257.55-
YUV51.46214.08133.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 18 (7.42% from 255) = 6.41%
BLUE value IS 204 (80.08% from 255) = 72.60%
R=21.00%
G=6.41%
B=72.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal59182040.710.9100.2253.2383.7843.53
Hex3B12CC475B014fd542c
Octal732231410713302437512454
Binary111011100101100110010001111011011010100111111011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B12CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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