#3A0075

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

Shades of Indigo #3A0075

Tints of Indigo #3A0075

Color information

#3A0075 (or 0x3A0075) is unknown color: approx Indigo. HEX triplet: 3A, 00 and 75. RGB value is (58,0,117). Sum of RGB (Red+Green+Blue) = 58+0+117=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A0075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0075 is #C5FF8A. Grayscale: #1E1E1E. Windows color (decimal): -12976011 or 7667770. OLE color: 7667770.

HSL color Cylindrical-coordinate representation of color #3A0075: hue angle of 269.74º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0075 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB580117-
CMYK0.50100.54
HSL269.74º100%22.94%-
HSV(B)269.74º100%45.88%-
XYZ4.962.1816.99-
YUV30.68176.72147.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 66.86%
R=33.14%
G=0%
B=66.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5801170.50100.54269.7410022.94
Hex3A075326403610e6417
Octal7201656214406641614427
Binary1110100111010111001011001000110110100001110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,0,117); }

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

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

 a { background-color: rgb(58,0,117); }

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

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

 span { border-color: rgb(58,0,117); }

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