#3A06B3

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

Shades of Indigo #3A06B3

Tints of Indigo #3A06B3

Color information

#3A06B3 (or 0x3A06B3) is unknown color: approx Indigo. HEX triplet: 3A, 06 and B3. RGB value is (58,6,179). Sum of RGB (Red+Green+Blue) = 58+6+179=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 179 (70.31% from 255 or 73.66% from 243); Max value from RGB is 179 - color contains mainly: blue. Hex color #3A06B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A06B3 is #C5F94C. Grayscale: #282828. Windows color (decimal): -12974413 or 11732538. OLE color: 11732538.

HSL color Cylindrical-coordinate representation of color #3A06B3: hue angle of 258.03º degrees, saturation: 0.94, 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 #3A06B3 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB586179-
CMYK0.680.9700.30
HSL258.03º93.51%36.27%-
HSV(B)258.03º96.65%70.2%-
XYZ9.954.2842.95-
YUV41.27205.73139.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.87%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 179 (70.31% from 255) = 73.66%
R=23.87%
G=2.47%
B=73.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5861790.680.9700.30258.0393.5136.27
Hex3A6B3446101E1025e24
Octal72626310414103640213644
Binary11101011010110011100010011000010111101000000101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A06B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,6,179); }

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

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

 a { background-color: rgb(58,6,179); }

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

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

 span { border-color: rgb(58,6,179); }

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