#3412C1

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

Shades of Persian Blue #3412C1

Tints of Persian Blue #3412C1

Color information

#3412C1 (or 0x3412C1) is unknown color: approx Persian Blue. HEX triplet: 34, 12 and C1. RGB value is (52,18,193). Sum of RGB (Red+Green+Blue) = 52+18+193=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 193 (75.78% from 255 or 73.38% from 263); Max value from RGB is 193 - color contains mainly: blue. Hex color #3412C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3412C1 is #CBED3E. Grayscale: #2F2F2F. Windows color (decimal): -13364543 or 12653108. OLE color: 12653108.

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

Color convert

RGB5218193-
CMYK0.730.9100.24
HSL251.66º82.94%41.37%-
HSV(B)251.66º90.67%75.69%-
XYZ11.265.0150.83-
YUV48.12209.76130.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 193 (75.78% from 255) = 73.38%
R=19.77%
G=6.84%
B=73.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52181930.730.9100.24251.6682.9441.37
Hex3412C1495B018fc5329
Octal642230111113303037412351
Binary110100100101100000110010011011011011000111111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3412C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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