Html Css Color HEX #3C197D Persian Indigo

📋 copy color: '#3C197D'

red 60 ◦ green 25 ◦ blue 125

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

Shades of Persian Indigo #3C197D

Tints of Persian Indigo #3C197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

 BLUE value IS 125 (49.22% from 255) = 59.52%

R = 28.57%
G = 11.9%
B = 59.52%

CMYK

 C value IS 0.52

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C197D (or 0x3C197D) is known color: Persian Indigo. HEX triplet: 3C, 19 and 7D. RGB value is (60,25,125). Sum of RGB (Red+Green+Blue) = 60+25+125=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C197D is #C3E682. Grayscale: #2E2E2E. Windows color (decimal): -12838531 or 8198460. OLE color: 8198460.

HSL color Cylindrical-coordinate representation of color #3C197D: hue angle of 261º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C197D is Cyan = 0.52, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 25 125 -
CMYK 0.52 0.8 0 0.51
HSL 261º 0.67% 0.29% -
HSV(B) 261º 0.8% 0.49% -
XYZ 5.91 3.14 19.7 -
YUV 46.87 172.1 137.37 -
System Red Green Blue C M Y K H S L
Decimal 60 25 125 0.52 0.8 0 0.51 261 0.67 0.29
Hex 3C 19 7D 34 50 0 33 105 43 1D
Octal 74 31 175 64 120 0 63 405 103 35
Binary 111100 11001 1111101 110100 1010000 0 110011 100000101 1000011 11101

Color Harmonies of #3C197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C197D

Black with #3C197D

Text Example


Text Example

White with #3C197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,25,125); }

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

background-color css

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

 a { background-color: rgb(60,25,125); }

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

border-color css

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

 span { border-color: rgb(60,25,125); }

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