#3F0781

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

Shades of Indigo #3F0781

Tints of Indigo #3F0781

Color information

#3F0781 (or 0x3F0781) is unknown color: approx Indigo. HEX triplet: 3F, 07 and 81. RGB value is (63,7,129). Sum of RGB (Red+Green+Blue) = 63+7+129=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 129 (50.78% from 255 or 64.82% from 199); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F0781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0781 is #C0F87E. Grayscale: #252525. Windows color (decimal): -12646527 or 8455999. OLE color: 8455999.

HSL color Cylindrical-coordinate representation of color #3F0781: hue angle of 267.54º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0781 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB637129-
CMYK0.510.9500.49
HSL267.54º89.71%26.67%-
HSV(B)267.54º94.57%50.59%-
XYZ6.092.7920.99-
YUV37.65179.55146.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.66%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 129 (50.78% from 255) = 64.82%
R=31.66%
G=3.52%
B=64.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6371290.510.9500.49267.5489.7126.67
Hex3F781335F03110c5a1b
Octal7772016313706141413233
Binary1111111111000000111001110111110110001100001100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,7,129); }

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

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

 a { background-color: rgb(63,7,129); }

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

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

 span { border-color: rgb(63,7,129); }

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