#3D0073

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

Shades of Indigo #3D0073

Tints of Indigo #3D0073

Color information

#3D0073 (or 0x3D0073) is unknown color: approx Indigo. HEX triplet: 3D, 00 and 73. RGB value is (61,0,115). Sum of RGB (Red+Green+Blue) = 61+0+115=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D0073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0073 is #C2FF8C. Grayscale: #1E1E1E. Windows color (decimal): -12779405 or 7536701. OLE color: 7536701.

HSL color Cylindrical-coordinate representation of color #3D0073: hue angle of 271.83º 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 #3D0073 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB610115-
CMYK0.47100.55
HSL271.83º100%22.55%-
HSV(B)271.83º100%45.1%-
XYZ5.022.2316.39-
YUV31.35175.21149.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 65.34%
R=34.66%
G=0%
B=65.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6101150.47100.55271.8310022.55
Hex3D0732F640371106417
Octal7501635714406742014427
Binary1111010111001110111111001000110111100010000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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