#3D0282

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

Shades of Indigo #3D0282

Tints of Indigo #3D0282

Color information

#3D0282 (or 0x3D0282) is unknown color: approx Indigo. HEX triplet: 3D, 02 and 82. RGB value is (61,2,130). Sum of RGB (Red+Green+Blue) = 61+2+130=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #3D0282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0282 is #C2FD7D. Grayscale: #212121. Windows color (decimal): -12778878 or 8520253. OLE color: 8520253.

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

Color convert

RGB612130-
CMYK0.530.9800.49
HSL267.66º96.97%25.88%-
HSV(B)267.66º98.46%50.98%-
XYZ5.982.6521.32-
YUV34.23182.05147.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.61%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 130 (51.17% from 255) = 67.36%
R=31.61%
G=1.04%
B=67.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6121300.530.9800.49267.6696.9725.88
Hex3D282356203110c611a
Octal7522026514206141414132
Binary111101101000001011010111000100110001100001100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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