#3A1898

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

Shades of Persian Indigo #3A1898

Tints of Persian Indigo #3A1898

Color information

#3A1898 (or 0x3A1898) is unknown color: approx Persian Indigo. HEX triplet: 3A, 18 and 98. RGB value is (58,24,152). Sum of RGB (Red+Green+Blue) = 58+24+152=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A1898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1898 is #C5E767. Grayscale: #303030. Windows color (decimal): -12969832 or 9967674. OLE color: 9967674.

HSL color Cylindrical-coordinate representation of color #3A1898: hue angle of 255.94º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1898 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5824152-
CMYK0.620.8400.40
HSL255.94º72.73%34.51%-
HSV(B)255.94º84.21%59.61%-
XYZ7.743.8230.04-
YUV48.76186.26134.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.79%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 152 (59.77% from 255) = 64.96%
R=24.79%
G=10.26%
B=64.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal58241520.620.8400.40255.9472.7334.51
Hex3A18983E540281004923
Octal72302307612405040011143
Binary1110101100010011000111110101010001010001000000001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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