#3A07AE

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

Shades of Indigo #3A07AE

Tints of Indigo #3A07AE

Color information

#3A07AE (or 0x3A07AE) is unknown color: approx Indigo. HEX triplet: 3A, 07 and AE. RGB value is (58,7,174). Sum of RGB (Red+Green+Blue) = 58+7+174=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A07AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A07AE is #C5F851. Grayscale: #282828. Windows color (decimal): -12974162 or 11405114. OLE color: 11405114.

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

Color convert

RGB587174-
CMYK0.670.9600.32
HSL258.32º92.27%35.49%-
HSV(B)258.32º95.98%68.24%-
XYZ9.464.1140.34-
YUV41.29202.9139.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 7 (3.12% from 255) = 2.93%
BLUE value IS 174 (68.36% from 255) = 72.80%
R=24.27%
G=2.93%
B=72.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5871740.670.9600.32258.3292.2735.49
Hex3A7AE43600201025c23
Octal72725610314004040213443
Binary111010111101011101000011110000001000001000000101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A07AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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