#3F1B75

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

Shades of Persian Indigo #3F1B75

Tints of Persian Indigo #3F1B75

Color information

#3F1B75 (or 0x3F1B75) is unknown color: approx Persian Indigo. HEX triplet: 3F, 1B and 75. RGB value is (63,27,117). Sum of RGB (Red+Green+Blue) = 63+27+117=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F1B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1B75 is #C0E48A. Grayscale: #2F2F2F. Windows color (decimal): -12641419 or 7674687. OLE color: 7674687.

HSL color Cylindrical-coordinate representation of color #3F1B75: hue angle of 264º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F1B75 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6327117-
CMYK0.460.7700.54
HSL264º62.5%28.24%-
HSV(B)264º76.92%45.88%-
XYZ5.653.1217.13-
YUV48.02166.93138.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.43%
GREEN value IS 27 (10.94% from 255) = 13.04%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=30.43%
G=13.04%
B=56.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63271170.460.7700.5426462.528.24
Hex3F1B752E4D0361083e1c
Octal7733165561150664107634
Binary1111111101111101011011101001101011011010000100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,27,117); }

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

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

 a { background-color: rgb(63,27,117); }

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

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

 span { border-color: rgb(63,27,117); }

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