#3A02AE

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

Shades of Indigo #3A02AE

Tints of Indigo #3A02AE

Color information

#3A02AE (or 0x3A02AE) is unknown color: approx Indigo. HEX triplet: 3A, 02 and AE. RGB value is (58,2,174). Sum of RGB (Red+Green+Blue) = 58+2+174=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A02AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A02AE is #C5FD51. Grayscale: #252525. Windows color (decimal): -12975442 or 11403834. OLE color: 11403834.

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

Color convert

RGB582174-
CMYK0.670.9900.32
HSL259.53º97.73%34.51%-
HSV(B)259.53º98.85%68.24%-
XYZ9.41440.32-
YUV38.35204.55142.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.79%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 174 (68.36% from 255) = 74.36%
R=24.79%
G=0.85%
B=74.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5821740.670.9900.32259.5397.7334.51
Hex3A2AE43630201046223
Octal72225610314304040414243
Binary11101010101011101000011110001101000001000001001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A02AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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