#3A0698

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

Shades of Persian Indigo #3A0698

Tints of Persian Indigo #3A0698

Color information

#3A0698 (or 0x3A0698) is unknown color: approx Persian Indigo. HEX triplet: 3A, 06 and 98. RGB value is (58,6,152). Sum of RGB (Red+Green+Blue) = 58+6+152=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 152 (59.77% from 255 or 70.37% from 216); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A0698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0698 is #C5F967. Grayscale: #252525. Windows color (decimal): -12974440 or 9963066. OLE color: 9963066.

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

Color convert

RGB586152-
CMYK0.620.9600.40
HSL261.37º92.41%30.98%-
HSV(B)261.37º96.05%59.61%-
XYZ7.483.329.95-
YUV38.19192.23142.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.85%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 152 (59.77% from 255) = 70.37%
R=26.85%
G=2.78%
B=70.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5861520.620.9600.40261.3792.4130.98
Hex3A6983E600281055c1f
Octal7262307614005040513437
Binary1110101101001100011111011000000101000100000101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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