#3F02AC

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

Shades of Indigo #3F02AC

Tints of Indigo #3F02AC

Color information

#3F02AC (or 0x3F02AC) is unknown color: approx Indigo. HEX triplet: 3F, 02 and AC. RGB value is (63,2,172). Sum of RGB (Red+Green+Blue) = 63+2+172=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F02AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F02AC is #C0FD53. Grayscale: #272727. Windows color (decimal): -12647764 or 11272767. OLE color: 11272767.

HSL color Cylindrical-coordinate representation of color #3F02AC: hue angle of 261.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F02AC is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB632172-
CMYK0.630.9900.33
HSL261.53º97.7%34.12%-
HSV(B)261.53º98.84%67.45%-
XYZ9.524.0839.32-
YUV39.62202.71144.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 172 (67.58% from 255) = 72.57%
R=26.58%
G=0.84%
B=72.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6321720.630.9900.33261.5397.734.12
Hex3F2AC3F630211066222
Octal7722547714304140614242
Binary1111111010101100111111110001101000011000001101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F02AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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