#3C168F

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

Shades of Persian Indigo #3C168F

Tints of Persian Indigo #3C168F

Color information

#3C168F (or 0x3C168F) is unknown color: approx Persian Indigo. HEX triplet: 3C, 16 and 8F. RGB value is (60,22,143). Sum of RGB (Red+Green+Blue) = 60+22+143=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C168F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C168F is #C3E970. Grayscale: #2E2E2E. Windows color (decimal): -12839281 or 9377340. OLE color: 9377340.

HSL color Cylindrical-coordinate representation of color #3C168F: hue angle of 258.84º 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 #3C168F is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6022143-
CMYK0.580.8500.44
HSL258.84º73.33%32.35%-
HSV(B)258.84º84.62%56.08%-
XYZ7.113.5226.29-
YUV47.16182.09137.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 143 (56.25% from 255) = 63.56%
R=26.67%
G=9.78%
B=63.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60221430.580.8500.44258.8473.3332.35
Hex3C168F3A5502C1034920
Octal74262177212505440311140
Binary1111001011010001111111010101010101011001000000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C168F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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