#3F129B

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

Shades of Persian Indigo #3F129B

Tints of Persian Indigo #3F129B

Color information

#3F129B (or 0x3F129B) is unknown color: approx Persian Indigo. HEX triplet: 3F, 12 and 9B. RGB value is (63,18,155). Sum of RGB (Red+Green+Blue) = 63+18+155=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F129B is #C0ED64. Grayscale: #2E2E2E. Windows color (decimal): -12643685 or 10162751. OLE color: 10162751.

HSL color Cylindrical-coordinate representation of color #3F129B: hue angle of 259.71º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F129B is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6318155-
CMYK0.590.8800.39
HSL259.71º79.19%33.92%-
HSV(B)259.71º88.39%60.78%-
XYZ8.183.8631.32-
YUV47.07188.91139.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.69%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 155 (60.94% from 255) = 65.68%
R=26.69%
G=7.63%
B=65.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63181550.590.8800.39259.7179.1933.92
Hex3F129B3B580271044f22
Octal77222337313004740411742
Binary1111111001010011011111011101100001001111000001001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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