#3F169E

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

Shades of Persian Indigo #3F169E

Tints of Persian Indigo #3F169E

Color information

#3F169E (or 0x3F169E) is unknown color: approx Persian Indigo. HEX triplet: 3F, 16 and 9E. RGB value is (63,22,158). Sum of RGB (Red+Green+Blue) = 63+22+158=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F169E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F169E is #C0E961. Grayscale: #313131. Windows color (decimal): -12642658 or 10360383. OLE color: 10360383.

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

Color convert

RGB6322158-
CMYK0.600.8600.38
HSL258.09º75.56%35.29%-
HSV(B)258.09º86.08%61.96%-
XYZ8.514.132.69-
YUV49.76189.08137.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 158 (62.11% from 255) = 65.02%
R=25.93%
G=9.05%
B=65.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63221580.600.8600.38258.0975.5635.29
Hex3F169E3C560261024c23
Octal77262367412604640211443
Binary1111111011010011110111100101011001001101000000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,22,158); }

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

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

 a { background-color: rgb(63,22,158); }

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

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

 span { border-color: rgb(63,22,158); }

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