#3F147F

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

Shades of Persian Indigo #3F147F

Tints of Persian Indigo #3F147F

Color information

#3F147F (or 0x3F147F) is unknown color: approx Persian Indigo. HEX triplet: 3F, 14 and 7F. RGB value is (63,20,127). Sum of RGB (Red+Green+Blue) = 63+20+127=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F147F is #C0EB80. Grayscale: #2C2C2C. Windows color (decimal): -12643201 or 8328255. OLE color: 8328255.

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

Color convert

RGB6320127-
CMYK0.500.8400.50
HSL264.11º72.79%28.82%-
HSV(B)264.11º84.25%49.8%-
XYZ6.133.0920.35-
YUV45.06174.25140.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 127 (50% from 255) = 60.48%
R=30%
G=9.52%
B=60.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63201270.500.8400.50264.1172.7928.82
Hex3F147F3254032108491d
Octal77241776212406241011135
Binary11111110100111111111001010101000110010100001000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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