#3B06B3

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

Shades of Indigo #3B06B3

Tints of Indigo #3B06B3

Color information

#3B06B3 (or 0x3B06B3) is unknown color: approx Indigo. HEX triplet: 3B, 06 and B3. RGB value is (59,6,179). Sum of RGB (Red+Green+Blue) = 59+6+179=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 179 (70.31% from 255 or 73.36% from 244); Max value from RGB is 179 - color contains mainly: blue. Hex color #3B06B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B06B3 is #C4F94C. Grayscale: #282828. Windows color (decimal): -12908877 or 11732539. OLE color: 11732539.

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

Color convert

RGB596179-
CMYK0.670.9700.30
HSL258.38º93.51%36.27%-
HSV(B)258.38º96.65%70.2%-
XYZ10.014.3142.95-
YUV41.57205.56140.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.18%
GREEN value IS 6 (2.73% from 255) = 2.46%
BLUE value IS 179 (70.31% from 255) = 73.36%
R=24.18%
G=2.46%
B=73.36%

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
Decimal5961790.670.9700.30258.3893.5136.27
Hex3B6B3436101E1025e24
Octal73626310314103640213644
Binary11101111010110011100001111000010111101000000101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B06B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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