#3D0BA6

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

Shades of Indigo #3D0BA6

Tints of Indigo #3D0BA6

Color information

#3D0BA6 (or 0x3D0BA6) is unknown color: approx Indigo. HEX triplet: 3D, 0B and A6. RGB value is (61,11,166). Sum of RGB (Red+Green+Blue) = 61+11+166=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 166 (65.23% from 255 or 69.75% from 238); Max value from RGB is 166 - color contains mainly: blue. Hex color #3D0BA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0BA6 is #C2F459. Grayscale: #2B2B2B. Windows color (decimal): -12776538 or 10881853. OLE color: 10881853.

HSL color Cylindrical-coordinate representation of color #3D0BA6: hue angle of 259.35º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0BA6 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6111166-
CMYK0.630.9300.35
HSL259.35º87.57%34.71%-
HSV(B)259.35º93.37%65.1%-
XYZ8.933.9836.37-
YUV43.62197.06140.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 11 (4.69% from 255) = 4.62%
BLUE value IS 166 (65.23% from 255) = 69.75%
R=25.63%
G=4.62%
B=69.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61111660.630.9300.35259.3587.5734.71
Hex3DBA63F5D0231035823
Octal75132467713504340313043
Binary111101101110100110111111101110101000111000000111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,11,166); }

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

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

 a { background-color: rgb(61,11,166); }

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

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

 span { border-color: rgb(61,11,166); }

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