#3C2093

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

Shades of Persian Indigo #3C2093

Tints of Persian Indigo #3C2093

Color information

#3C2093 (or 0x3C2093) is unknown color: approx Persian Indigo. HEX triplet: 3C, 20 and 93. RGB value is (60,32,147). Sum of RGB (Red+Green+Blue) = 60+32+147=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C2093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2093 is #C3DF6C. Grayscale: #353535. Windows color (decimal): -12836717 or 9642044. OLE color: 9642044.

HSL color Cylindrical-coordinate representation of color #3C2093: hue angle of 254.61º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C2093 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6032147-
CMYK0.590.7800.42
HSL254.61º64.25%35.1%-
HSV(B)254.61º78.23%57.65%-
XYZ7.654.127.99-
YUV53.48180.78132.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 147 (57.81% from 255) = 61.51%
R=25.10%
G=13.39%
B=61.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60321470.590.7800.42254.6164.2535.1
Hex3C20933B4E02Aff4023
Octal74402237311605237710043
Binary1111001000001001001111101110011100101010111111111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,32,147); }

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

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

 a { background-color: rgb(60,32,147); }

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

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

 span { border-color: rgb(60,32,147); }

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