#3D018D

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

Shades of Indigo #3D018D

Tints of Indigo #3D018D

Color information

#3D018D (or 0x3D018D) is unknown color: approx Indigo. HEX triplet: 3D, 01 and 8D. RGB value is (61,1,141). Sum of RGB (Red+Green+Blue) = 61+1+141=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D018D is #C2FE72. Grayscale: #222222. Windows color (decimal): -12779123 or 9240893. OLE color: 9240893.

HSL color Cylindrical-coordinate representation of color #3D018D: hue angle of 265.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D018D is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB611141-
CMYK0.570.9900.45
HSL265.71º98.59%27.84%-
HSV(B)265.71º99.29%55.29%-
XYZ6.742.9425.41-
YUV34.9187.88146.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.05%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 141 (55.47% from 255) = 69.46%
R=30.05%
G=0.49%
B=69.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6111410.570.9900.45265.7198.5927.84
Hex3D18D396302D10a631c
Octal7512157114305541214334
Binary11110111000110111100111000110101101100001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D018D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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