Html Css Color HEX #3C1093 Persian Indigo

📋 copy color: '#3C1093'

red 60 ◦ green 16 ◦ blue 147

#3C1093
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #3C1093

Tints of Persian Indigo #3C1093

RGB

 RED value IS 60 (23.83% from 255) = 26.91%

 GREEN value IS 16 (6.64% from 255) = 7.17%

 BLUE value IS 147 (57.81% from 255) = 65.92%

R = 26.91%
G = 7.17%
B = 65.92%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C1093 (or 0x3C1093) is known color: Persian Indigo. HEX triplet: 3C, 10 and 93. RGB value is (60,16,147). Sum of RGB (Red+Green+Blue) = 60+16+147=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C1093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1093 is #C3EF6C. Grayscale: #2B2B2B. Windows color (decimal): -12840813 or 9637948. OLE color: 9637948.

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

Color convert

RGB 60 16 147 -
CMYK 0.59 0.89 0 0.42
HSL 260.15º 0.8% 0.32% -
HSV(B) 260.15º 0.89% 0.58% -
XYZ 7.32 3.44 27.88 -
YUV 44.09 186.08 139.35 -
System Red Green Blue C M Y K H S L
Decimal 60 16 147 0.59 0.89 0 0.42 260.15 0.8 0.32
Hex 3C 10 93 3B 59 0 2A 104 50 20
Octal 74 20 223 73 131 0 52 404 120 40
Binary 111100 10000 10010011 111011 1011001 0 101010 100000100 1010000 100000

Color Harmonies of #3C1093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1093

Black with #3C1093

Text Example


Text Example

White with #3C1093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C1093;
 }
 .AnyTagClassName
 {
   color: #3C1093;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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