#3B0073

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

Shades of Indigo #3B0073

Tints of Indigo #3B0073

Color information

#3B0073 (or 0x3B0073) is unknown color: approx Indigo. HEX triplet: 3B, 00 and 73. RGB value is (59,0,115). Sum of RGB (Red+Green+Blue) = 59+0+115=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B0073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0073 is #C4FF8C. Grayscale: #1E1E1E. Windows color (decimal): -12910477 or 7536699. OLE color: 7536699.

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

Color convert

RGB590115-
CMYK0.49100.55
HSL270.78º100%22.55%-
HSV(B)270.78º100%45.1%-
XYZ4.92.1716.38-
YUV30.75175.55148.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 66.09%
R=33.91%
G=0%
B=66.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5901150.49100.55270.7810022.55
Hex3B073316403710f6417
Octal7301636114406741714427
Binary1110110111001111000111001000110111100001111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,0,115); }

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

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

 a { background-color: rgb(59,0,115); }

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

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

 span { border-color: rgb(59,0,115); }

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