Html Css Color HEX #3C139D Persian Indigo

📋 copy color: '#3C139D'

red 60 ◦ green 19 ◦ blue 157

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

Shades of Persian Indigo #3C139D

Tints of Persian Indigo #3C139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

 BLUE value IS 157 (61.72% from 255) = 66.53%

R = 25.42%
G = 8.05%
B = 66.53%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C139D (or 0x3C139D) is known color: Persian Indigo. HEX triplet: 3C, 13 and 9D. RGB value is (60,19,157). Sum of RGB (Red+Green+Blue) = 60+19+157=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C139D is #C3EC62. Grayscale: #2E2E2E. Windows color (decimal): -12840035 or 10294076. OLE color: 10294076.

HSL color Cylindrical-coordinate representation of color #3C139D: hue angle of 257.83º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C139D is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 19 157 -
CMYK 0.62 0.88 0 0.38
HSL 257.83º 0.78% 0.35% -
HSV(B) 257.83º 0.88% 0.62% -
XYZ 8.18 3.86 32.21 -
YUV 46.99 190.08 137.28 -
System Red Green Blue C M Y K H S L
Decimal 60 19 157 0.62 0.88 0 0.38 257.83 0.78 0.35
Hex 3C 13 9D 3E 58 0 26 102 4E 23
Octal 74 23 235 76 130 0 46 402 116 43
Binary 111100 10011 10011101 111110 1011000 0 100110 100000010 1001110 100011

Color Harmonies of #3C139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C139D

Black with #3C139D

Text Example


Text Example

White with #3C139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,19,157); }

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

background-color css

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

 a { background-color: rgb(60,19,157); }

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

border-color css

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

 span { border-color: rgb(60,19,157); }

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