#3F08B1

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

Shades of Indigo #3F08B1

Tints of Indigo #3F08B1

Color information

#3F08B1 (or 0x3F08B1) is unknown color: approx Indigo. HEX triplet: 3F, 08 and B1. RGB value is (63,8,177). Sum of RGB (Red+Green+Blue) = 63+8+177=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 177 (69.53% from 255 or 71.37% from 248); Max value from RGB is 177 - color contains mainly: blue. Hex color #3F08B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F08B1 is #C0F74E. Grayscale: #2B2B2B. Windows color (decimal): -12646223 or 11601983. OLE color: 11601983.

HSL color Cylindrical-coordinate representation of color #3F08B1: hue angle of 259.53º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F08B1 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB638177-
CMYK0.640.9500.31
HSL259.53º91.35%36.27%-
HSV(B)259.53º95.48%69.41%-
XYZ10.074.441.91-
YUV43.71203.22141.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.40%
GREEN value IS 8 (3.52% from 255) = 3.23%
BLUE value IS 177 (69.53% from 255) = 71.37%
R=25.40%
G=3.23%
B=71.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6381770.640.9500.31259.5391.3536.27
Hex3F8B1405F01F1045b24
Octal771026110013703740413344
Binary111111100010110001100000010111110111111000001001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F08B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,8,177); }

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

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

 a { background-color: rgb(63,8,177); }

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

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

 span { border-color: rgb(63,8,177); }

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