#3D017B

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

Shades of Indigo #3D017B

Tints of Indigo #3D017B

Color information

#3D017B (or 0x3D017B) is unknown color: approx Indigo. HEX triplet: 3D, 01 and 7B. RGB value is (61,1,123). Sum of RGB (Red+Green+Blue) = 61+1+123=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 123 (48.44% from 255 or 66.49% from 185); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D017B is #C2FE84. Grayscale: #202020. Windows color (decimal): -12779141 or 8061245. OLE color: 8061245.

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

Color convert

RGB611123-
CMYK0.500.9900.52
HSL269.51º98.39%24.31%-
HSV(B)269.51º99.19%48.24%-
XYZ5.512.4418.92-
YUV32.85178.88148.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.97%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 123 (48.44% from 255) = 66.49%
R=32.97%
G=0.54%
B=66.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6111230.500.9900.52269.5198.3924.31
Hex3D17B326303410e6218
Octal7511736214306441614230
Binary1111011111101111001011000110110100100001110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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