#3D0AAC

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

Shades of Indigo #3D0AAC

Tints of Indigo #3D0AAC

Color information

#3D0AAC (or 0x3D0AAC) is unknown color: approx Indigo. HEX triplet: 3D, 0A and AC. RGB value is (61,10,172). Sum of RGB (Red+Green+Blue) = 61+10+172=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D0AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0AAC is #C2F553. Grayscale: #2B2B2B. Windows color (decimal): -12776788 or 11274813. OLE color: 11274813.

HSL color Cylindrical-coordinate representation of color #3D0AAC: hue angle of 258.89º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0AAC is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6110172-
CMYK0.650.9400.33
HSL258.89º89.01%35.69%-
HSV(B)258.89º94.19%67.45%-
XYZ9.484.1939.34-
YUV43.72200.4140.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.10%
GREEN value IS 10 (4.30% from 255) = 4.12%
BLUE value IS 172 (67.58% from 255) = 70.78%
R=25.10%
G=4.12%
B=70.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61101720.650.9400.33258.8989.0135.69
Hex3DAAC415E0211035924
Octal751225410113604140313144
Binary1111011010101011001000001101111001000011000000111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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