#3A189E

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

Shades of Persian Indigo #3A189E

Tints of Persian Indigo #3A189E

Color information

#3A189E (or 0x3A189E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 18 and 9E. RGB value is (58,24,158). Sum of RGB (Red+Green+Blue) = 58+24+158=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A189E is #C5E761. Grayscale: #303030. Windows color (decimal): -12969826 or 10360890. OLE color: 10360890.

HSL color Cylindrical-coordinate representation of color #3A189E: hue angle of 255.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A189E is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5824158-
CMYK0.630.8500.38
HSL255.22º73.63%35.69%-
HSV(B)255.22º84.81%61.96%-
XYZ8.244.0232.69-
YUV49.44189.26134.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 24 (9.77% from 255) = 10%
BLUE value IS 158 (62.11% from 255) = 65.83%
R=24.17%
G=10%
B=65.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58241580.630.8500.38255.2273.6335.69
Hex3A189E3F55026ff4a24
Octal72302367712504637711244
Binary111010110001001111011111110101010100110111111111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,24,158); }

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

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

 a { background-color: rgb(58,24,158); }

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

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

 span { border-color: rgb(58,24,158); }

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