#3C1682

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

Shades of Persian Indigo #3C1682

Tints of Persian Indigo #3C1682

Color information

#3C1682 (or 0x3C1682) is unknown color: approx Persian Indigo. HEX triplet: 3C, 16 and 82. RGB value is (60,22,130). Sum of RGB (Red+Green+Blue) = 60+22+130=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C1682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1682 is #C3E97D. Grayscale: #2D2D2D. Windows color (decimal): -12839294 or 8525372. OLE color: 8525372.

HSL color Cylindrical-coordinate representation of color #3C1682: hue angle of 261.11º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C1682 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6022130-
CMYK0.540.8300.49
HSL261.11º71.05%29.8%-
HSV(B)261.11º83.08%50.98%-
XYZ6.183.1521.4-
YUV45.67175.59138.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.30%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 130 (51.17% from 255) = 61.32%
R=28.30%
G=10.38%
B=61.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60221300.540.8300.49261.1171.0529.8
Hex3C16823653031105471e
Octal74262026612306140510736
Binary111100101101000001011011010100110110001100000101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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