#3A02A7

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

Shades of Indigo #3A02A7

Tints of Indigo #3A02A7

Color information

#3A02A7 (or 0x3A02A7) is unknown color: approx Indigo. HEX triplet: 3A, 02 and A7. RGB value is (58,2,167). Sum of RGB (Red+Green+Blue) = 58+2+167=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 167 (65.62% from 255 or 73.57% from 227); Max value from RGB is 167 - color contains mainly: blue. Hex color #3A02A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A02A7 is #C5FD58. Grayscale: #242424. Windows color (decimal): -12975449 or 10945082. OLE color: 10945082.

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

Color convert

RGB582167-
CMYK0.650.9900.35
HSL260.36º97.63%33.14%-
HSV(B)260.36º98.8%65.49%-
XYZ8.743.7336.82-
YUV37.55201.05142.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.55%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 167 (65.62% from 255) = 73.57%
R=25.55%
G=0.88%
B=73.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5821670.650.9900.35260.3697.6333.14
Hex3A2A741630231046221
Octal72224710114304340414241
Binary11101010101001111000001110001101000111000001001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A02A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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