#3D047A

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

Shades of Indigo #3D047A

Tints of Indigo #3D047A

Color information

#3D047A (or 0x3D047A) is unknown color: approx Indigo. HEX triplet: 3D, 04 and 7A. RGB value is (61,4,122). Sum of RGB (Red+Green+Blue) = 61+4+122=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 122 (48.05% from 255 or 65.24% from 187); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D047A is #C2FB85. Grayscale: #222222. Windows color (decimal): -12778374 or 7996477. OLE color: 7996477.

HSL color Cylindrical-coordinate representation of color #3D047A: hue angle of 268.98º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D047A is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB614122-
CMYK0.500.9700.52
HSL268.98º93.65%24.71%-
HSV(B)268.98º96.72%47.84%-
XYZ5.482.4818.6-
YUV34.5177.38146.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 122 (48.05% from 255) = 65.24%
R=32.62%
G=2.14%
B=65.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6141220.500.9700.52268.9893.6524.71
Hex3D47A326103410d5e19
Octal7541726214106441513631
Binary111101100111101011001011000010110100100001101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,4,122); }

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

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

 a { background-color: rgb(61,4,122); }

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

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

 span { border-color: rgb(61,4,122); }

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