#3F19A2

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

Shades of Persian Indigo #3F19A2

Tints of Persian Indigo #3F19A2

Color information

#3F19A2 (or 0x3F19A2) is unknown color: approx Persian Indigo. HEX triplet: 3F, 19 and A2. RGB value is (63,25,162). Sum of RGB (Red+Green+Blue) = 63+25+162=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 162 (63.67% from 255 or 64.8% from 250); Max value from RGB is 162 - color contains mainly: blue. Hex color #3F19A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F19A2 is #C0E65D. Grayscale: #333333. Windows color (decimal): -12641886 or 10623295. OLE color: 10623295.

HSL color Cylindrical-coordinate representation of color #3F19A2: hue angle of 256.64º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F19A2 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6325162-
CMYK0.610.8500.36
HSL256.64º73.26%36.67%-
HSV(B)256.64º84.57%63.53%-
XYZ8.924.3634.55-
YUV51.98190.09135.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.2%
GREEN value IS 25 (10.16% from 255) = 10%
BLUE value IS 162 (63.67% from 255) = 64.8%
R=25.2%
G=10%
B=64.8%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal63251620.610.8500.36256.6473.2636.67
Hex3F19A23D550241014925
Octal77312427512504440111145
Binary1111111100110100010111101101010101001001000000011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F19A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,25,162); }

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

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

 a { background-color: rgb(63,25,162); }

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

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

 span { border-color: rgb(63,25,162); }

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