Html Css Color HEX #3C199D Persian Indigo

📋 copy color: '#3C199D'

red 60 ◦ green 25 ◦ blue 157

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

Shades of Persian Indigo #3C199D

Tints of Persian Indigo #3C199D

RGB

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

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

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

R = 24.79%
G = 10.33%
B = 64.88%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C199D (or 0x3C199D) is known color: Persian Indigo. HEX triplet: 3C, 19 and 9D. RGB value is (60,25,157). Sum of RGB (Red+Green+Blue) = 60+25+157=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C199D is #C3E662. Grayscale: #323232. Windows color (decimal): -12838499 or 10295612. OLE color: 10295612.

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

Color convert

RGB 60 25 157 -
CMYK 0.62 0.84 0 0.38
HSL 255.91º 0.73% 0.36% -
HSV(B) 255.91º 0.84% 0.62% -
XYZ 8.3 4.09 32.25 -
YUV 50.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 60 25 157 0.62 0.84 0 0.38 255.91 0.73 0.36
Hex 3C 19 9D 3E 54 0 26 100 49 24
Octal 74 31 235 76 124 0 46 400 111 44
Binary 111100 11001 10011101 111110 1010100 0 100110 100000000 1001001 100100

Color Harmonies of #3C199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C199D

Black with #3C199D

Text Example


Text Example

White with #3C199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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