Html Css Color HEX #3C179D Persian Indigo

📋 copy color: '#3C179D'

red 60 ◦ green 23 ◦ blue 157

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

Shades of Persian Indigo #3C179D

Tints of Persian Indigo #3C179D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.58%

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

R = 25%
G = 9.58%
B = 65.42%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C179D (or 0x3C179D) is known color: Persian Indigo. HEX triplet: 3C, 17 and 9D. RGB value is (60,23,157). Sum of RGB (Red+Green+Blue) = 60+23+157=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C179D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C179D is #C3E862. Grayscale: #303030. Windows color (decimal): -12839011 or 10295100. OLE color: 10295100.

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

Color convert

RGB 60 23 157 -
CMYK 0.62 0.85 0 0.38
HSL 256.57º 0.74% 0.35% -
HSV(B) 256.57º 0.85% 0.62% -
XYZ 8.26 4.01 32.24 -
YUV 49.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 60 23 157 0.62 0.85 0 0.38 256.57 0.74 0.35
Hex 3C 17 9D 3E 55 0 26 101 4A 23
Octal 74 27 235 76 125 0 46 401 112 43
Binary 111100 10111 10011101 111110 1010101 0 100110 100000001 1001010 100011

Color Harmonies of #3C179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C179D

Black with #3C179D

Text Example


Text Example

White with #3C179D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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