#3A05B2

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

Shades of Indigo #3A05B2

Tints of Indigo #3A05B2

Color information

#3A05B2 (or 0x3A05B2) is unknown color: approx Indigo. HEX triplet: 3A, 05 and B2. RGB value is (58,5,178). Sum of RGB (Red+Green+Blue) = 58+5+178=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 178 (69.92% from 255 or 73.86% from 241); Max value from RGB is 178 - color contains mainly: blue. Hex color #3A05B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A05B2 is #C5FA4D. Grayscale: #272727. Windows color (decimal): -12974670 or 11666746. OLE color: 11666746.

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

Color convert

RGB585178-
CMYK0.670.9700.30
HSL258.38º94.54%35.88%-
HSV(B)258.38º97.19%69.8%-
XYZ9.844.2242.42-
YUV40.57205.56140.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 178 (69.92% from 255) = 73.86%
R=24.07%
G=2.07%
B=73.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5851780.670.9700.30258.3894.5435.88
Hex3A5B2436101E1025f24
Octal72526210314103640213744
Binary11101010110110010100001111000010111101000000101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A05B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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