#3406A1

Color #3406A1 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3406A1

Tints of Persian Indigo #3406A1

Color information

#3406A1 (or 0x3406A1) is unknown color: approx Persian Indigo. HEX triplet: 34, 06 and A1. RGB value is (52,6,161). Sum of RGB (Red+Green+Blue) = 52+6+161=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 161 (63.28% from 255 or 73.52% from 219); Max value from RGB is 161 - color contains mainly: blue. Hex color #3406A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3406A1 is #CBF95E. Grayscale: #242424. Windows color (decimal): -13367647 or 10552884. OLE color: 10552884.

HSL color Cylindrical-coordinate representation of color #3406A1: hue angle of 257.81º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3406A1 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB526161-
CMYK0.680.9600.37
HSL257.81º92.81%32.75%-
HSV(B)257.81º96.27%63.14%-
XYZ7.913.4333.96-
YUV37.42197.74138.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 161 (63.28% from 255) = 73.52%
R=23.74%
G=2.74%
B=73.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5261610.680.9600.37257.8192.8132.75
Hex346A144600251025d21
Octal64624110414004540213541
Binary110100110101000011000100110000001001011000000101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3406A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3406A1; }

 p { color: rgb(52,6,161); }

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

<style>
 a { background-color: #3406A1; }

 a { background-color: rgb(52,6,161); }

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

<style>
 span { border-color: #3406A1; }

 span { border-color: rgb(52,6,161); }

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