#3A13A3

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

Shades of Persian Indigo #3A13A3

Tints of Persian Indigo #3A13A3

Color information

#3A13A3 (or 0x3A13A3) is unknown color: approx Persian Indigo. HEX triplet: 3A, 13 and A3. RGB value is (58,19,163). Sum of RGB (Red+Green+Blue) = 58+19+163=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 163 (64.06% from 255 or 67.92% from 240); Max value from RGB is 163 - color contains mainly: blue. Hex color #3A13A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A13A3 is #C5EC5C. Grayscale: #2E2E2E. Windows color (decimal): -12971101 or 10687290. OLE color: 10687290.

HSL color Cylindrical-coordinate representation of color #3A13A3: hue angle of 256.25º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A13A3 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5819163-
CMYK0.640.8800.36
HSL256.25º79.12%35.69%-
HSV(B)256.25º88.34%63.92%-
XYZ8.594.0134.97-
YUV47.08193.42135.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 19 (7.81% from 255) = 7.92%
BLUE value IS 163 (64.06% from 255) = 67.92%
R=24.17%
G=7.92%
B=67.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58191630.640.8800.36256.2579.1235.69
Hex3A13A340580241004f24
Octal722324310013004440011744
Binary11101010011101000111000000101100001001001000000001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A13A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,19,163); }

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

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

 a { background-color: rgb(58,19,163); }

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

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

 span { border-color: rgb(58,19,163); }

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