#3412C4

Color #3412C4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3412C4

Tints of Persian Blue #3412C4

Color information

#3412C4 (or 0x3412C4) is unknown color: approx Persian Blue. HEX triplet: 34, 12 and C4. RGB value is (52,18,196). Sum of RGB (Red+Green+Blue) = 52+18+196=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 196 (76.95% from 255 or 73.68% from 266); Max value from RGB is 196 - color contains mainly: blue. Hex color #3412C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3412C4 is #CBED3B. Grayscale: #2F2F2F. Windows color (decimal): -13364540 or 12849716. OLE color: 12849716.

HSL color Cylindrical-coordinate representation of color #3412C4: hue angle of 251.46º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3412C4 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5218196-
CMYK0.730.9100.23
HSL251.46º83.18%41.96%-
HSV(B)251.46º90.82%76.86%-
XYZ11.65.1552.61-
YUV48.46211.26130.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 196 (76.95% from 255) = 73.68%
R=19.55%
G=6.77%
B=73.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal52181960.730.9100.23251.4683.1841.96
Hex3412C4495B017fb532a
Octal642230411113302737312352
Binary110100100101100010010010011011011010111111110111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3412C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3412C4; }

 p { color: rgb(52,18,196); }

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

<style>
 a { background-color: #3412C4; }

 a { background-color: rgb(52,18,196); }

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

<style>
 span { border-color: #3412C4; }

 span { border-color: rgb(52,18,196); }

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