#3F117A

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

Shades of Persian Indigo #3F117A

Tints of Persian Indigo #3F117A

Color information

#3F117A (or 0x3F117A) is unknown color: approx Persian Indigo. HEX triplet: 3F, 11 and 7A. RGB value is (63,17,122). Sum of RGB (Red+Green+Blue) = 63+17+122=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F117A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F117A is #C0EE85. Grayscale: #2A2A2A. Windows color (decimal): -12643974 or 7999807. OLE color: 7999807.

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

Color convert

RGB6317122-
CMYK0.480.8600.52
HSL266.29º75.54%27.25%-
HSV(B)266.29º86.07%47.84%-
XYZ5.762.8618.66-
YUV42.72172.74142.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.19%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 122 (48.05% from 255) = 60.40%
R=31.19%
G=8.42%
B=60.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63171220.480.8600.52266.2975.5427.25
Hex3F117A305603410a4c1b
Octal77211726012606441211433
Binary11111110001111101011000010101100110100100001010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,17,122); }

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

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

 a { background-color: rgb(63,17,122); }

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

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

 span { border-color: rgb(63,17,122); }

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