#3A1684

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

Shades of Persian Indigo #3A1684

Tints of Persian Indigo #3A1684

Color information

#3A1684 (or 0x3A1684) is unknown color: approx Persian Indigo. HEX triplet: 3A, 16 and 84. RGB value is (58,22,132). Sum of RGB (Red+Green+Blue) = 58+22+132=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A1684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1684 is #C5E97B. Grayscale: #2C2C2C. Windows color (decimal): -12970364 or 8656442. OLE color: 8656442.

HSL color Cylindrical-coordinate representation of color #3A1684: hue angle of 259.64º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1684 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5822132-
CMYK0.560.8300.48
HSL259.64º71.43%30.2%-
HSV(B)259.64º83.33%51.76%-
XYZ6.23.1422.11-
YUV45.3176.93137.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.36%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 132 (51.95% from 255) = 62.26%
R=27.36%
G=10.38%
B=62.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58221320.560.8300.48259.6471.4330.2
Hex3A16843853030104471e
Octal72262047012306040410736
Binary111010101101000010011100010100110110000100000100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A1684; }

 p { color: rgb(58,22,132); }

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

<style>
 a { background-color: #3A1684; }

 a { background-color: rgb(58,22,132); }

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

<style>
 span { border-color: #3A1684; }

 span { border-color: rgb(58,22,132); }

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