#3D07AE

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

Shades of Indigo #3D07AE

Tints of Indigo #3D07AE

Color information

#3D07AE (or 0x3D07AE) is unknown color: approx Indigo. HEX triplet: 3D, 07 and AE. RGB value is (61,7,174). Sum of RGB (Red+Green+Blue) = 61+7+174=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D07AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D07AE is #C2F851. Grayscale: #292929. Windows color (decimal): -12777554 or 11405117. OLE color: 11405117.

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

Color convert

RGB617174-
CMYK0.650.9600.32
HSL259.4º92.27%35.49%-
HSV(B)259.4º95.98%68.24%-
XYZ9.644.240.35-
YUV42.18202.39141.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 7 (3.12% from 255) = 2.89%
BLUE value IS 174 (68.36% from 255) = 71.90%
R=25.21%
G=2.89%
B=71.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6171740.650.9600.32259.492.2735.49
Hex3D7AE41600201035c23
Octal75725610114004040313443
Binary111101111101011101000001110000001000001000000111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D07AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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