#3A1998

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

Shades of Persian Indigo #3A1998

Tints of Persian Indigo #3A1998

Color information

#3A1998 (or 0x3A1998) is unknown color: approx Persian Indigo. HEX triplet: 3A, 19 and 98. RGB value is (58,25,152). Sum of RGB (Red+Green+Blue) = 58+25+152=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A1998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1998 is #C5E667. Grayscale: #303030. Windows color (decimal): -12969576 or 9967930. OLE color: 9967930.

HSL color Cylindrical-coordinate representation of color #3A1998: hue angle of 255.59º degrees, saturation: 0.72, 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 #3A1998 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5825152-
CMYK0.620.8400.40
HSL255.59º71.75%34.71%-
HSV(B)255.59º83.55%59.61%-
XYZ7.763.8630.04-
YUV49.34185.93134.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.68%
GREEN value IS 25 (10.16% from 255) = 10.64%
BLUE value IS 152 (59.77% from 255) = 64.68%
R=24.68%
G=10.64%
B=64.68%

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
Decimal58251520.620.8400.40255.5971.7534.71
Hex3A19983E540281004823
Octal72312307612405040011043
Binary1110101100110011000111110101010001010001000000001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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