#3A1674

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

Shades of Persian Indigo #3A1674

Tints of Persian Indigo #3A1674

Color information

#3A1674 (or 0x3A1674) is unknown color: approx Persian Indigo. HEX triplet: 3A, 16 and 74. RGB value is (58,22,116). Sum of RGB (Red+Green+Blue) = 58+22+116=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A1674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1674 is #C5E98B. Grayscale: #2B2B2B. Windows color (decimal): -12970380 or 7607866. OLE color: 7607866.

HSL color Cylindrical-coordinate representation of color #3A1674: hue angle of 262.98º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A1674 is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5822116-
CMYK0.50.8100.55
HSL262.98º68.12%27.06%-
HSV(B)262.98º81.03%45.49%-
XYZ5.182.7316.78-
YUV43.48168.93138.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 116 (45.70% from 255) = 59.18%
R=29.59%
G=11.22%
B=59.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58221160.50.8100.55262.9868.1227.06
Hex3A16743251037107441b
Octal72261646212106740710433
Binary11101010110111010011001010100010110111100000111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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