#3A0994

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

Shades of Persian Indigo #3A0994

Tints of Persian Indigo #3A0994

Color information

#3A0994 (or 0x3A0994) is unknown color: approx Persian Indigo. HEX triplet: 3A, 09 and 94. RGB value is (58,9,148). Sum of RGB (Red+Green+Blue) = 58+9+148=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A0994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0994 is #C5F66B. Grayscale: #262626. Windows color (decimal): -12973676 or 9701690. OLE color: 9701690.

HSL color Cylindrical-coordinate representation of color #3A0994: hue angle of 261.15º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0994 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB589148-
CMYK0.610.9400.42
HSL261.15º88.54%30.78%-
HSV(B)261.15º93.92%58.04%-
XYZ7.193.2328.26-
YUV39.5189.23141.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.98%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 148 (58.20% from 255) = 68.84%
R=26.98%
G=4.19%
B=68.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5891480.610.9400.42261.1588.5430.78
Hex3A9943D5E02A105591f
Octal72112247513605240513137
Binary11101010011001010011110110111100101010100000101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,9,148); }

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

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

 a { background-color: rgb(58,9,148); }

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

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

 span { border-color: rgb(58,9,148); }

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