#3D0A9E

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

Shades of Indigo #3D0A9E

Tints of Indigo #3D0A9E

Color information

#3D0A9E (or 0x3D0A9E) is unknown color: approx Indigo. HEX triplet: 3D, 0A and 9E. RGB value is (61,10,158). Sum of RGB (Red+Green+Blue) = 61+10+158=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D0A9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0A9E is #C2F561. Grayscale: #292929. Windows color (decimal): -12776802 or 10357309. OLE color: 10357309.

HSL color Cylindrical-coordinate representation of color #3D0A9E: hue angle of 260.68º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0A9E is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6110158-
CMYK0.610.9400.38
HSL260.68º88.1%32.94%-
HSV(B)260.68º93.67%61.96%-
XYZ8.23.6832.63-
YUV42.12193.4141.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.64%
GREEN value IS 10 (4.30% from 255) = 4.37%
BLUE value IS 158 (62.11% from 255) = 69.00%
R=26.64%
G=4.37%
B=69.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61101580.610.9400.38260.6888.132.94
Hex3DA9E3D5E0261055821
Octal75122367513604640513041
Binary111101101010011110111101101111001001101000001011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,10,158); }

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

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

 a { background-color: rgb(61,10,158); }

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

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

 span { border-color: rgb(61,10,158); }

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