#3D0378

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

Shades of Indigo #3D0378

Tints of Indigo #3D0378

Color information

#3D0378 (or 0x3D0378) is unknown color: approx Indigo. HEX triplet: 3D, 03 and 78. RGB value is (61,3,120). Sum of RGB (Red+Green+Blue) = 61+3+120=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D0378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0378 is #C2FC87. Grayscale: #212121. Windows color (decimal): -12778632 or 7865149. OLE color: 7865149.

HSL color Cylindrical-coordinate representation of color #3D0378: hue angle of 269.74º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0378 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB613120-
CMYK0.490.9800.53
HSL269.74º95.12%24.12%-
HSV(B)269.74º97.5%47.06%-
XYZ5.352.4117.95-
YUV33.68176.72147.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.15%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 120 (47.27% from 255) = 65.22%
R=33.15%
G=1.63%
B=65.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6131200.490.9800.53269.7495.1224.12
Hex3D378316203510e5f18
Octal7531706114206541613730
Binary11110111111100011000111000100110101100001110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,3,120); }

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

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

 a { background-color: rgb(61,3,120); }

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

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

 span { border-color: rgb(61,3,120); }

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