#3D027D

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

Shades of Indigo #3D027D

Tints of Indigo #3D027D

Color information

#3D027D (or 0x3D027D) is unknown color: approx Indigo. HEX triplet: 3D, 02 and 7D. RGB value is (61,2,125). Sum of RGB (Red+Green+Blue) = 61+2+125=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D027D is #C2FD82. Grayscale: #212121. Windows color (decimal): -12778883 or 8192573. OLE color: 8192573.

HSL color Cylindrical-coordinate representation of color #3D027D: hue angle of 268.78º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D027D is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB612125-
CMYK0.510.9800.51
HSL268.78º96.85%24.9%-
HSV(B)268.78º98.4%49.02%-
XYZ5.652.5219.59-
YUV33.66179.55147.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.45%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 125 (49.22% from 255) = 66.49%
R=32.45%
G=1.06%
B=66.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6121250.510.9800.51268.7896.8524.9
Hex3D27D336203310d6119
Octal7521756314206341514131
Binary11110110111110111001111000100110011100001101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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