#3F0067

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

Shades of Indigo #3F0067

Tints of Indigo #3F0067

Color information

#3F0067 (or 0x3F0067) is unknown color: approx Indigo. HEX triplet: 3F, 00 and 67. RGB value is (63,0,103). Sum of RGB (Red+Green+Blue) = 63+0+103=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F0067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0067 is #C0FF98. Grayscale: #1E1E1E. Windows color (decimal): -12648345 or 6750271. OLE color: 6750271.

HSL color Cylindrical-coordinate representation of color #3F0067: hue angle of 276.7º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0067 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB630103-
CMYK0.39100.60
HSL276.7º100%20.2%-
HSV(B)276.7º100%40.39%-
XYZ4.52.0412.99-
YUV30.58168.87151.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 62.05%
R=37.95%
G=0%
B=62.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6301030.39100.60276.710020.2
Hex3F067276403C1156414
Octal7701474714407442514424
Binary1111110110011110011111001000111100100010101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,0,103); }

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

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

 a { background-color: rgb(63,0,103); }

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

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

 span { border-color: rgb(63,0,103); }

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