#3D0BA9

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

Shades of Indigo #3D0BA9

Tints of Indigo #3D0BA9

Color information

#3D0BA9 (or 0x3D0BA9) is unknown color: approx Indigo. HEX triplet: 3D, 0B and A9. RGB value is (61,11,169). Sum of RGB (Red+Green+Blue) = 61+11+169=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 169 (66.41% from 255 or 70.12% from 241); Max value from RGB is 169 - color contains mainly: blue. Hex color #3D0BA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0BA9 is #C2F456. Grayscale: #2B2B2B. Windows color (decimal): -12776535 or 11078461. OLE color: 11078461.

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

Color convert

RGB6111169-
CMYK0.640.9300.34
HSL258.99º87.78%35.29%-
HSV(B)258.99º93.49%66.27%-
XYZ9.214.137.84-
YUV43.96198.56140.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.31%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 169 (66.41% from 255) = 70.12%
R=25.31%
G=4.56%
B=70.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal61111690.640.9300.34258.9987.7835.29
Hex3DBA9405D0221035823
Octal751325110013504240313043
Binary1111011011101010011000000101110101000101000000111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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