#3A0684

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

Shades of Persian Indigo #3A0684

Tints of Persian Indigo #3A0684

Color information

#3A0684 (or 0x3A0684) is unknown color: approx Persian Indigo. HEX triplet: 3A, 06 and 84. RGB value is (58,6,132). Sum of RGB (Red+Green+Blue) = 58+6+132=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 132 (51.95% from 255 or 67.35% from 196); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A0684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0684 is #C5F97B. Grayscale: #232323. Windows color (decimal): -12974460 or 8652346. OLE color: 8652346.

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

Color convert

RGB586132-
CMYK0.560.9500.48
HSL264.76º91.3%27.06%-
HSV(B)264.76º95.45%51.76%-
XYZ5.972.722.04-
YUV35.91182.23143.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 132 (51.95% from 255) = 67.35%
R=29.59%
G=3.06%
B=67.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5861320.560.9500.48264.7691.327.06
Hex3A684385F0301095b1b
Octal7262047013706041113333
Binary1110101101000010011100010111110110000100001001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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