#3D067B

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

Shades of Indigo #3D067B

Tints of Indigo #3D067B

Color information

#3D067B (or 0x3D067B) is unknown color: approx Indigo. HEX triplet: 3D, 06 and 7B. RGB value is (61,6,123). Sum of RGB (Red+Green+Blue) = 61+6+123=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D067B is #C2F984. Grayscale: #232323. Windows color (decimal): -12777861 or 8062525. OLE color: 8062525.

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

Color convert

RGB616123-
CMYK0.500.9500.52
HSL268.21º90.7%25.29%-
HSV(B)268.21º95.12%48.24%-
XYZ5.562.5518.94-
YUV35.78177.22145.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 123 (48.44% from 255) = 64.74%
R=32.11%
G=3.16%
B=64.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6161230.500.9500.52268.2190.725.29
Hex3D67B325F03410c5b19
Octal7561736213706441413331
Binary111101110111101111001010111110110100100001100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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