#3400A2

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

Shades of Persian Indigo #3400A2

Tints of Persian Indigo #3400A2

Color information

#3400A2 (or 0x3400A2) is unknown color: approx Persian Indigo. HEX triplet: 34, 00 and A2. RGB value is (52,0,162). Sum of RGB (Red+Green+Blue) = 52+0+162=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 162 (63.67% from 255 or 75.70% from 214); Max value from RGB is 162 - color contains mainly: blue. Hex color #3400A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3400A2 is #CBFF5D. Grayscale: #212121. Windows color (decimal): -13369182 or 10616884. OLE color: 10616884.

HSL color Cylindrical-coordinate representation of color #3400A2: hue angle of 259.26º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400A2 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB520162-
CMYK0.68100.36
HSL259.26º100%31.76%-
HSV(B)259.26º100%63.53%-
XYZ7.943.3434.41-
YUV34.02200.23140.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 162 (63.67% from 255) = 75.70%
R=24.30%
G=0%
B=75.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5201620.68100.36259.2610031.76
Hex340A244640241036420
Octal64024210414404440314440
Binary1101000101000101000100110010001001001000000111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3400A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3400A2; }

 p { color: rgb(52,0,162); }

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

<style>
 a { background-color: #3400A2; }

 a { background-color: rgb(52,0,162); }

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

<style>
 span { border-color: #3400A2; }

 span { border-color: rgb(52,0,162); }

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