#3A07B2

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

Shades of Indigo #3A07B2

Tints of Indigo #3A07B2

Color information

#3A07B2 (or 0x3A07B2) is unknown color: approx Indigo. HEX triplet: 3A, 07 and B2. RGB value is (58,7,178). Sum of RGB (Red+Green+Blue) = 58+7+178=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 178 (69.92% from 255 or 73.25% from 243); Max value from RGB is 178 - color contains mainly: blue. Hex color #3A07B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A07B2 is #C5F84D. Grayscale: #292929. Windows color (decimal): -12974158 or 11667258. OLE color: 11667258.

HSL color Cylindrical-coordinate representation of color #3A07B2: hue angle of 257.89º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A07B2 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB587178-
CMYK0.670.9600.30
HSL257.89º92.43%36.27%-
HSV(B)257.89º96.07%69.8%-
XYZ9.864.2742.42-
YUV41.74204.9139.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.87%
GREEN value IS 7 (3.12% from 255) = 2.88%
BLUE value IS 178 (69.92% from 255) = 73.25%
R=23.87%
G=2.88%
B=73.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5871780.670.9600.30257.8992.4336.27
Hex3A7B2436001E1025c24
Octal72726210314003640213444
Binary11101011110110010100001111000000111101000000101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A07B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,7,178); }

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

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

 a { background-color: rgb(58,7,178); }

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

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

 span { border-color: rgb(58,7,178); }

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