#3F167B

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

Shades of Persian Indigo #3F167B

Tints of Persian Indigo #3F167B

Color information

#3F167B (or 0x3F167B) is unknown color: approx Persian Indigo. HEX triplet: 3F, 16 and 7B. RGB value is (63,22,123). Sum of RGB (Red+Green+Blue) = 63+22+123=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F167B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F167B is #C0E984. Grayscale: #2D2D2D. Windows color (decimal): -12642693 or 8066623. OLE color: 8066623.

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

Color convert

RGB6322123-
CMYK0.490.8200.52
HSL264.36º69.66%28.43%-
HSV(B)264.36º82.11%48.24%-
XYZ5.913.0619.02-
YUV45.77171.58140.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.29%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 123 (48.44% from 255) = 59.13%
R=30.29%
G=10.58%
B=59.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63221230.490.8200.52264.3669.6628.43
Hex3F167B3152034108461c
Octal77261736112206441010634
Binary11111110110111101111000110100100110100100001000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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