#3A057C

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

Shades of Persian Indigo #3A057C

Tints of Persian Indigo #3A057C

Color information

#3A057C (or 0x3A057C) is unknown color: approx Persian Indigo. HEX triplet: 3A, 05 and 7C. RGB value is (58,5,124). Sum of RGB (Red+Green+Blue) = 58+5+124=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A057C is #C5FA83. Grayscale: #212121. Windows color (decimal): -12974724 or 8127802. OLE color: 8127802.

HSL color Cylindrical-coordinate representation of color #3A057C: hue angle of 266.72º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A057C is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB585124-
CMYK0.530.9600.51
HSL266.72º92.25%25.29%-
HSV(B)266.72º95.97%48.63%-
XYZ5.442.4619.26-
YUV34.41178.56144.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.02%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=31.02%
G=2.67%
B=66.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5851240.530.9600.51266.7292.2525.29
Hex3A57C356003310b5c19
Octal7251746514006341313431
Binary111010101111110011010111000000110011100001011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,5,124); }

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

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

 a { background-color: rgb(58,5,124); }

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

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

 span { border-color: rgb(58,5,124); }

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