Html Css Color HEX #3C147C Persian Indigo

📋 copy color: '#3C147C'

red 60 ◦ green 20 ◦ blue 124

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

Shades of Persian Indigo #3C147C

Tints of Persian Indigo #3C147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

 BLUE value IS 124 (48.83% from 255) = 60.78%

R = 29.41%
G = 9.8%
B = 60.78%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C147C (or 0x3C147C) is known color: Persian Indigo. HEX triplet: 3C, 14 and 7C. RGB value is (60,20,124). Sum of RGB (Red+Green+Blue) = 60+20+124=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C147C is #C3EB83. Grayscale: #2B2B2B. Windows color (decimal): -12839812 or 8131644. OLE color: 8131644.

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

Color convert

RGB 60 20 124 -
CMYK 0.52 0.84 0 0.51
HSL 263.08º 0.72% 0.28% -
HSV(B) 263.08º 0.84% 0.49% -
XYZ 5.75 2.92 19.33 -
YUV 43.82 173.25 139.54 -
System Red Green Blue C M Y K H S L
Decimal 60 20 124 0.52 0.84 0 0.51 263.08 0.72 0.28
Hex 3C 14 7C 34 54 0 33 107 48 1C
Octal 74 24 174 64 124 0 63 407 110 34
Binary 111100 10100 1111100 110100 1010100 0 110011 100000111 1001000 11100

Color Harmonies of #3C147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C147C

Black with #3C147C

Text Example


Text Example

White with #3C147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,20,124); }

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

background-color css

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

 a { background-color: rgb(60,20,124); }

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

border-color css

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

 span { border-color: rgb(60,20,124); }

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