#3D0BAE

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

Shades of Indigo #3D0BAE

Tints of Indigo #3D0BAE

Color information

#3D0BAE (or 0x3D0BAE) is unknown color: approx Indigo. HEX triplet: 3D, 0B and AE. RGB value is (61,11,174). Sum of RGB (Red+Green+Blue) = 61+11+174=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D0BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0BAE is #C2F451. Grayscale: #2B2B2B. Windows color (decimal): -12776530 or 11406141. OLE color: 11406141.

HSL color Cylindrical-coordinate representation of color #3D0BAE: hue angle of 258.4º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0BAE is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6111174-
CMYK0.650.9400.32
HSL258.4º88.11%36.27%-
HSV(B)258.4º93.68%68.24%-
XYZ9.684.2940.36-
YUV44.53201.06139.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 174 (68.36% from 255) = 70.73%
R=24.80%
G=4.47%
B=70.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61111740.650.9400.32258.488.1136.27
Hex3DBAE415E0201025824
Octal751325610113604040213044
Binary1111011011101011101000001101111001000001000000101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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