#3F129D

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

Shades of Persian Indigo #3F129D

Tints of Persian Indigo #3F129D

Color information

#3F129D (or 0x3F129D) is unknown color: approx Persian Indigo. HEX triplet: 3F, 12 and 9D. RGB value is (63,18,157). Sum of RGB (Red+Green+Blue) = 63+18+157=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F129D is #C0ED62. Grayscale: #2E2E2E. Windows color (decimal): -12643683 or 10293823. OLE color: 10293823.

HSL color Cylindrical-coordinate representation of color #3F129D: hue angle of 259.42º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F129D is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6318157-
CMYK0.600.8900.38
HSL259.42º79.43%34.31%-
HSV(B)259.42º88.54%61.57%-
XYZ8.353.9232.22-
YUV47.3189.91139.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 157 (61.72% from 255) = 65.97%
R=26.47%
G=7.56%
B=65.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63181570.600.8900.38259.4279.4334.31
Hex3F129D3C590261034f22
Octal77222357413104640311742
Binary1111111001010011101111100101100101001101000000111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F129D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,18,157); }

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

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

 a { background-color: rgb(63,18,157); }

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

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

 span { border-color: rgb(63,18,157); }

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