#3D069D

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

Shades of Indigo #3D069D

Tints of Indigo #3D069D

Color information

#3D069D (or 0x3D069D) is unknown color: approx Indigo. HEX triplet: 3D, 06 and 9D. RGB value is (61,6,157). Sum of RGB (Red+Green+Blue) = 61+6+157=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D069D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D069D is #C2F962. Grayscale: #272727. Windows color (decimal): -12777827 or 10290749. OLE color: 10290749.

HSL color Cylindrical-coordinate representation of color #3D069D: hue angle of 261.85º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D069D is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB616157-
CMYK0.610.9600.38
HSL261.85º92.64%31.96%-
HSV(B)261.85º96.18%61.57%-
XYZ8.083.5632.16-
YUV39.66194.22143.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.23%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 157 (61.72% from 255) = 70.09%
R=27.23%
G=2.68%
B=70.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6161570.610.9600.38261.8592.6431.96
Hex3D69D3D600261065d20
Octal7562357514004640613540
Binary11110111010011101111101110000001001101000001101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D069D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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