#3F1078

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

Shades of Persian Indigo #3F1078

Tints of Persian Indigo #3F1078

Color information

#3F1078 (or 0x3F1078) is unknown color: approx Persian Indigo. HEX triplet: 3F, 10 and 78. RGB value is (63,16,120). Sum of RGB (Red+Green+Blue) = 63+16+120=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F1078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1078 is #C0EF87. Grayscale: #292929. Windows color (decimal): -12644232 or 7868479. OLE color: 7868479.

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

Color convert

RGB6316120-
CMYK0.480.8700.53
HSL267.12º76.47%26.67%-
HSV(B)267.12º86.67%47.06%-
XYZ5.632.7818.01-
YUV41.91172.07143.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.66%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 120 (47.27% from 255) = 60.30%
R=31.66%
G=8.04%
B=60.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63161200.480.8700.53267.1276.4726.67
Hex3F1078305703510b4c1b
Octal77201706012706541311433
Binary11111110000111100011000010101110110101100001011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,16,120); }

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

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

 a { background-color: rgb(63,16,120); }

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

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

 span { border-color: rgb(63,16,120); }

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