#3F1375

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

Shades of Persian Indigo #3F1375

Tints of Persian Indigo #3F1375

Color information

#3F1375 (or 0x3F1375) is unknown color: approx Persian Indigo. HEX triplet: 3F, 13 and 75. RGB value is (63,19,117). Sum of RGB (Red+Green+Blue) = 63+19+117=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F1375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1375 is #C0EC8A. Grayscale: #2A2A2A. Windows color (decimal): -12643467 or 7672639. OLE color: 7672639.

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

Color convert

RGB6319117-
CMYK0.460.8400.54
HSL266.94º72.06%26.67%-
HSV(B)266.94º83.76%45.88%-
XYZ5.492.8117.08-
YUV43.33169.58142.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.66%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=31.66%
G=9.55%
B=58.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63191170.460.8400.54266.9472.0626.67
Hex3F13752E5403610b481b
Octal77231655612406641311033
Binary11111110011111010110111010101000110110100001011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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