#340CCF

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

Shades of Han Purple #340CCF

Tints of Han Purple #340CCF

Color information

#340CCF (or 0x340CCF) is unknown color: approx Han Purple. HEX triplet: 34, 0C and CF. RGB value is (52,12,207). Sum of RGB (Red+Green+Blue) = 52+12+207=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #340CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340CCF is #CBF330. Grayscale: #2D2D2D. Windows color (decimal): -13366065 or 13569076. OLE color: 13569076.

HSL color Cylindrical-coordinate representation of color #340CCF: hue angle of 252.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340CCF is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5212207-
CMYK0.750.9400.19
HSL252.31º89.04%42.94%-
HSV(B)252.31º94.2%81.18%-
XYZ12.815.559.42-
YUV46.19218.75132.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 12 (5.08% from 255) = 4.43%
BLUE value IS 207 (81.25% from 255) = 76.38%
R=19.19%
G=4.43%
B=76.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal52122070.750.9400.19252.3189.0442.94
Hex34CCF4B5E013fc592b
Octal641431711313602337413153
Binary11010011001100111110010111011110010011111111001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340CCF; }

 p { color: rgb(52,12,207); }

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

<style>
 a { background-color: #340CCF; }

 a { background-color: rgb(52,12,207); }

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

<style>
 span { border-color: #340CCF; }

 span { border-color: rgb(52,12,207); }

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