#3F007B

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

Shades of Indigo #3F007B

Tints of Indigo #3F007B

Color information

#3F007B (or 0x3F007B) is unknown color: approx Indigo. HEX triplet: 3F, 00 and 7B. RGB value is (63,0,123). Sum of RGB (Red+Green+Blue) = 63+0+123=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 123 (48.44% from 255 or 66.13% from 186); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F007B is #C0FF84. Grayscale: #202020. Windows color (decimal): -12648325 or 8060991. OLE color: 8060991.

HSL color Cylindrical-coordinate representation of color #3F007B: hue angle of 270.73º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F007B is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB630123-
CMYK0.49100.52
HSL270.73º100%24.12%-
HSV(B)270.73º100%48.24%-
XYZ5.632.4918.92-
YUV32.86178.87149.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 66.13%
R=33.87%
G=0%
B=66.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6301230.49100.52270.7310024.12
Hex3F07B316403410f6418
Octal7701736114406441714430
Binary1111110111101111000111001000110100100001111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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