#3F02AE

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

Shades of Indigo #3F02AE

Tints of Indigo #3F02AE

Color information

#3F02AE (or 0x3F02AE) is unknown color: approx Indigo. HEX triplet: 3F, 02 and AE. RGB value is (63,2,174). Sum of RGB (Red+Green+Blue) = 63+2+174=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F02AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F02AE is #C0FD51. Grayscale: #272727. Windows color (decimal): -12647762 or 11403839. OLE color: 11403839.

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

Color convert

RGB632174-
CMYK0.640.9900.32
HSL261.28º97.73%34.51%-
HSV(B)261.28º98.85%68.24%-
XYZ9.714.1640.33-
YUV39.85203.71144.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.36%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 174 (68.36% from 255) = 72.80%
R=26.36%
G=0.84%
B=72.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6321740.640.9900.32261.2897.7334.51
Hex3F2AE40630201056223
Octal77225610014304040514243
Binary11111110101011101000000110001101000001000001011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F02AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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