#3D0266

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

Shades of Indigo #3D0266

Tints of Indigo #3D0266

Color information

#3D0266 (or 0x3D0266) is unknown color: approx Indigo. HEX triplet: 3D, 02 and 66. RGB value is (61,2,102). Sum of RGB (Red+Green+Blue) = 61+2+102=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D0266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0266 is #C2FD99. Grayscale: #1E1E1E. Windows color (decimal): -12778906 or 6685245. OLE color: 6685245.

HSL color Cylindrical-coordinate representation of color #3D0266: hue angle of 275.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0266 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB612102-
CMYK0.400.9800.6
HSL275.4º96.15%20.39%-
HSV(B)275.4º98.04%40%-
XYZ4.341.9912.73-
YUV31.04168.05149.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.97%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 102 (40.23% from 255) = 61.82%
R=36.97%
G=1.21%
B=61.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6121020.400.9800.6275.496.1520.39
Hex3D266286203C1136014
Octal7521465014207442314024
Binary11110110110011010100011000100111100100010011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,2,102); }

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

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

 a { background-color: rgb(61,2,102); }

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

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

 span { border-color: rgb(61,2,102); }

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