#3A168F

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

Shades of Persian Indigo #3A168F

Tints of Persian Indigo #3A168F

Color information

#3A168F (or 0x3A168F) is unknown color: approx Persian Indigo. HEX triplet: 3A, 16 and 8F. RGB value is (58,22,143). Sum of RGB (Red+Green+Blue) = 58+22+143=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A168F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A168F is #C5E970. Grayscale: #2E2E2E. Windows color (decimal): -12970353 or 9377338. OLE color: 9377338.

HSL color Cylindrical-coordinate representation of color #3A168F: hue angle of 257.85º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A168F is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5822143-
CMYK0.590.8500.44
HSL257.85º73.33%32.35%-
HSV(B)257.85º84.62%56.08%-
XYZ6.993.4626.29-
YUV46.56182.43136.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 143 (56.25% from 255) = 64.13%
R=26.01%
G=9.87%
B=64.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58221430.590.8500.44257.8573.3332.35
Hex3A168F3B5502C1024920
Octal72262177312505440211140
Binary1110101011010001111111011101010101011001000000101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A168F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,22,143); }

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

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

 a { background-color: rgb(58,22,143); }

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

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

 span { border-color: rgb(58,22,143); }

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