#3912CC

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

Shades of Han Purple #3912CC

Tints of Han Purple #3912CC

Color information

#3912CC (or 0x3912CC) is unknown color: approx Han Purple. HEX triplet: 39, 12 and CC. RGB value is (57,18,204). Sum of RGB (Red+Green+Blue) = 57+18+204=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #3912CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3912CC is #C6ED33. Grayscale: #323232. Windows color (decimal): -13036852 or 13374009. OLE color: 13374009.

HSL color Cylindrical-coordinate representation of color #3912CC: hue angle of 252.58º 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 #3912CC is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5718204-
CMYK0.720.9100.2
HSL252.58º83.78%43.53%-
HSV(B)252.58º91.18%80%-
XYZ12.85.6657.54-
YUV50.86214.42132.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 204 (80.08% from 255) = 73.12%
R=20.43%
G=6.45%
B=73.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal57182040.720.9100.2252.5883.7843.53
Hex3912CC485B014fd542c
Octal712231411013302437512454
Binary111001100101100110010010001011011010100111111011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3912CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3912CC; }

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

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

<style>
 a { background-color: #3912CC; }

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

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

<style>
 span { border-color: #3912CC; }

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

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