#3D0CAE

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

Shades of Indigo #3D0CAE

Tints of Indigo #3D0CAE

Color information

#3D0CAE (or 0x3D0CAE) is unknown color: approx Indigo. HEX triplet: 3D, 0C and AE. RGB value is (61,12,174). Sum of RGB (Red+Green+Blue) = 61+12+174=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D0CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0CAE is #C2F351. Grayscale: #2C2C2C. Windows color (decimal): -12776274 or 11406397. OLE color: 11406397.

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

Color convert

RGB6112174-
CMYK0.650.9300.32
HSL258.15º87.1%36.47%-
HSV(B)258.15º93.1%68.24%-
XYZ9.74.3140.37-
YUV45.12200.73139.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.70%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 174 (68.36% from 255) = 70.45%
R=24.70%
G=4.86%
B=70.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61121740.650.9300.32258.1587.136.47
Hex3DCAE415D0201025724
Octal751425610113504040212744
Binary1111011100101011101000001101110101000001000000101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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