#3F03AC

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

Shades of Indigo #3F03AC

Tints of Indigo #3F03AC

Color information

#3F03AC (or 0x3F03AC) is unknown color: approx Indigo. HEX triplet: 3F, 03 and AC. RGB value is (63,3,172). Sum of RGB (Red+Green+Blue) = 63+3+172=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F03AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F03AC is #C0FC53. Grayscale: #272727. Windows color (decimal): -12647508 or 11273023. OLE color: 11273023.

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

Color convert

RGB633172-
CMYK0.630.9800.33
HSL261.3º96.57%34.31%-
HSV(B)261.3º98.26%67.45%-
XYZ9.534.139.32-
YUV40.21202.38144.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 172 (67.58% from 255) = 72.27%
R=26.47%
G=1.26%
B=72.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6331720.630.9800.33261.396.5734.31
Hex3F3AC3F620211056122
Octal7732547714204140514142
Binary1111111110101100111111110001001000011000001011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F03AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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