#3F1480

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

Shades of Persian Indigo #3F1480

Tints of Persian Indigo #3F1480

Color information

#3F1480 (or 0x3F1480) is unknown color: approx Persian Indigo. HEX triplet: 3F, 14 and 80. RGB value is (63,20,128). Sum of RGB (Red+Green+Blue) = 63+20+128=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #3F1480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1480 is #C0EB7F. Grayscale: #2C2C2C. Windows color (decimal): -12643200 or 8393791. OLE color: 8393791.

HSL color Cylindrical-coordinate representation of color #3F1480: hue angle of 263.89º 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 #3F1480 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6320128-
CMYK0.510.8400.50
HSL263.89º72.97%29.02%-
HSV(B)263.89º84.38%50.2%-
XYZ6.23.1220.7-
YUV45.17174.75140.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.86%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 128 (50.39% from 255) = 60.66%
R=29.86%
G=9.48%
B=60.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63201280.510.8400.50263.8972.9729.02
Hex3F14803354032108491d
Octal77242006312406241011135
Binary111111101001000000011001110101000110010100001000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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