#3D0BAA

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

Shades of Indigo #3D0BAA

Tints of Indigo #3D0BAA

Color information

#3D0BAA (or 0x3D0BAA) is unknown color: approx Indigo. HEX triplet: 3D, 0B and AA. RGB value is (61,11,170). Sum of RGB (Red+Green+Blue) = 61+11+170=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D0BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0BAA is #C2F455. Grayscale: #2B2B2B. Windows color (decimal): -12776534 or 11143997. OLE color: 11143997.

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

Color convert

RGB6111170-
CMYK0.640.9400.33
HSL258.87º87.85%35.49%-
HSV(B)258.87º93.53%66.67%-
XYZ9.34.1338.34-
YUV44.08199.06140.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 170 (66.80% from 255) = 70.25%
R=25.21%
G=4.55%
B=70.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61111700.640.9400.33258.8787.8535.49
Hex3DBAA405E0211035823
Octal751325210013604140313043
Binary1111011011101010101000000101111001000011000000111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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