#3416c1

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

Shades of Persian Blue #3416C1

Tints of Persian Blue #3416C1

Color information

#3416C1 (or 0x3416C1) is unknown color: approx Persian Blue. HEX triplet: 34, 16 and C1. RGB value is (52,22,193). Sum of RGB (Red+Green+Blue) = 52+22+193=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 193 (75.78% from 255 or 72.28% from 267); Max value from RGB is 193 - color contains mainly: blue. Hex color #3416C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3416C1 is #CBE93E. Grayscale: #313131. Windows color (decimal): -13363519 or 12654132. OLE color: 12654132.

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

Color convert

RGB5222193-
CMYK0.730.8900.24
HSL250.53º79.53%42.16%-
HSV(B)250.53º88.6%75.69%-
XYZ11.335.1550.85-
YUV50.46208.44129.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 193 (75.78% from 255) = 72.28%
R=19.48%
G=8.24%
B=72.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52221930.730.8900.24250.5379.5342.16
Hex3416C14959018fb502a
Octal642630111113103037312052
Binary110100101101100000110010011011001011000111110111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3416c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3416c1; }

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

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

<style>
 a { background-color: #3416c1; }

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

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

<style>
 span { border-color: #3416c1; }

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

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