#3D01A3

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

Shades of Indigo #3D01A3

Tints of Indigo #3D01A3

Color information

#3D01A3 (or 0x3D01A3) is unknown color: approx Indigo. HEX triplet: 3D, 01 and A3. RGB value is (61,1,163). Sum of RGB (Red+Green+Blue) = 61+1+163=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 163 (64.06% from 255 or 72.44% from 225); Max value from RGB is 163 - color contains mainly: blue. Hex color #3D01A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D01A3 is #C2FE5C. Grayscale: #242424. Windows color (decimal): -12779101 or 10682685. OLE color: 10682685.

HSL color Cylindrical-coordinate representation of color #3D01A3: hue angle of 262.22º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D01A3 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB611163-
CMYK0.630.9900.36
HSL262.22º98.78%32.16%-
HSV(B)262.22º99.39%63.92%-
XYZ8.553.6634.91-
YUV37.41198.88144.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.11%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 163 (64.06% from 255) = 72.44%
R=27.11%
G=0.44%
B=72.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6111630.630.9900.36262.2298.7832.16
Hex3D1A33F630241066320
Octal7512437714304440614340
Binary111101110100011111111110001101001001000001101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D01A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,1,163); }

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

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

 a { background-color: rgb(61,1,163); }

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

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

 span { border-color: rgb(61,1,163); }

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