#3D086B

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

Shades of Indigo #3D086B

Tints of Indigo #3D086B

Color information

#3D086B (or 0x3D086B) is unknown color: approx Indigo. HEX triplet: 3D, 08 and 6B. RGB value is (61,8,107). Sum of RGB (Red+Green+Blue) = 61+8+107=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D086B is #C2F794. Grayscale: #222222. Windows color (decimal): -12777365 or 7014461. OLE color: 7014461.

HSL color Cylindrical-coordinate representation of color #3D086B: hue angle of 272.12º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D086B is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB618107-
CMYK0.430.9300.58
HSL272.12º86.09%22.55%-
HSV(B)272.12º92.52%41.96%-
XYZ4.672.2314.09-
YUV35.13168.56146.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.66%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 107 (42.19% from 255) = 60.80%
R=34.66%
G=4.55%
B=60.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6181070.430.9300.58272.1286.0922.55
Hex3D86B2B5D03A1105617
Octal75101535313507242012627
Binary1111011000110101110101110111010111010100010000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,8,107); }

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

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

 a { background-color: rgb(61,8,107); }

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

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

 span { border-color: rgb(61,8,107); }

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