#3F0DA1

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

Shades of Indigo #3F0DA1

Tints of Indigo #3F0DA1

Color information

#3F0DA1 (or 0x3F0DA1) is unknown color: approx Indigo. HEX triplet: 3F, 0D and A1. RGB value is (63,13,161). Sum of RGB (Red+Green+Blue) = 63+13+161=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 161 (63.28% from 255 or 67.93% from 237); Max value from RGB is 161 - color contains mainly: blue. Hex color #3F0DA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0DA1 is #C0F25E. Grayscale: #2C2C2C. Windows color (decimal): -12644959 or 10554687. OLE color: 10554687.

HSL color Cylindrical-coordinate representation of color #3F0DA1: hue angle of 260.27º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0DA1 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6313161-
CMYK0.610.9200.37
HSL260.27º85.06%34.12%-
HSV(B)260.27º91.93%63.14%-
XYZ8.633.9234.02-
YUV44.82193.56140.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 13 (5.47% from 255) = 5.49%
BLUE value IS 161 (63.28% from 255) = 67.93%
R=26.58%
G=5.49%
B=67.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal63131610.610.9200.37260.2785.0634.12
Hex3FDA13D5C0251045522
Octal77152417513404540412542
Binary111111110110100001111101101110001001011000001001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,13,161); }

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

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

 a { background-color: rgb(63,13,161); }

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

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

 span { border-color: rgb(63,13,161); }

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