#3F137F

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

Shades of Persian Indigo #3F137F

Tints of Persian Indigo #3F137F

Color information

#3F137F (or 0x3F137F) is unknown color: approx Persian Indigo. HEX triplet: 3F, 13 and 7F. RGB value is (63,19,127). Sum of RGB (Red+Green+Blue) = 63+19+127=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F137F is #C0EC80. Grayscale: #2C2C2C. Windows color (decimal): -12643457 or 8327999. OLE color: 8327999.

HSL color Cylindrical-coordinate representation of color #3F137F: hue angle of 264.44º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F137F is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6319127-
CMYK0.500.8500.50
HSL264.44º73.97%28.63%-
HSV(B)264.44º85.04%49.8%-
XYZ6.113.0520.35-
YUV44.47174.58141.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.14%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 127 (50% from 255) = 60.77%
R=30.14%
G=9.09%
B=60.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63191270.500.8500.50264.4473.9728.63
Hex3F137F32550321084a1d
Octal77231776212506241011235
Binary11111110011111111111001010101010110010100001000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F137F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,19,127); }

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

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

 a { background-color: rgb(63,19,127); }

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

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

 span { border-color: rgb(63,19,127); }

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