#3F05AE

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

Shades of Indigo #3F05AE

Tints of Indigo #3F05AE

Color information

#3F05AE (or 0x3F05AE) is unknown color: approx Indigo. HEX triplet: 3F, 05 and AE. RGB value is (63,5,174). Sum of RGB (Red+Green+Blue) = 63+5+174=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 5 (2.34% from 255 or 2.07% 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 #3F05AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F05AE is #C0FA51. Grayscale: #282828. Windows color (decimal): -12646994 or 11404607. OLE color: 11404607.

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

Color convert

RGB635174-
CMYK0.640.9700.32
HSL260.59º94.41%35.1%-
HSV(B)260.59º97.13%68.24%-
XYZ9.744.2240.35-
YUV41.61202.72143.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 174 (68.36% from 255) = 71.90%
R=26.03%
G=2.07%
B=71.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6351740.640.9700.32260.5994.4135.1
Hex3F5AE40610201055e23
Octal77525610014104040513643
Binary111111101101011101000000110000101000001000001011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F05AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,5,174); }

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

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

 a { background-color: rgb(63,5,174); }

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

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

 span { border-color: rgb(63,5,174); }

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