#3A1378

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

Shades of Persian Indigo #3A1378

Tints of Persian Indigo #3A1378

Color information

#3A1378 (or 0x3A1378) is unknown color: approx Persian Indigo. HEX triplet: 3A, 13 and 78. RGB value is (58,19,120). Sum of RGB (Red+Green+Blue) = 58+19+120=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1378 is #C5EC87. Grayscale: #292929. Windows color (decimal): -12971144 or 7869242. OLE color: 7869242.

HSL color Cylindrical-coordinate representation of color #3A1378: hue angle of 263.17º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1378 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5819120-
CMYK0.520.8400.53
HSL263.17º72.66%27.25%-
HSV(B)263.17º84.17%47.06%-
XYZ5.372.7218.01-
YUV42.18171.92139.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=29.44%
G=9.64%
B=60.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58191200.520.8400.53263.1772.6627.25
Hex3A13783454035107491b
Octal72231706412406540711133
Binary11101010011111100011010010101000110101100000111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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