Html Css Color HEX #3C117C Persian Indigo

📋 copy color: '#3C117C'

red 60 ◦ green 17 ◦ blue 124

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

Shades of Persian Indigo #3C117C

Tints of Persian Indigo #3C117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

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

R = 29.85%
G = 8.46%
B = 61.69%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C117C (or 0x3C117C) is known color: Persian Indigo. HEX triplet: 3C, 11 and 7C. RGB value is (60,17,124). Sum of RGB (Red+Green+Blue) = 60+17+124=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C117C is #C3EE83. Grayscale: #292929. Windows color (decimal): -12840580 or 8130876. OLE color: 8130876.

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

Color convert

RGB 60 17 124 -
CMYK 0.52 0.86 0 0.51
HSL 264.11º 0.76% 0.28% -
HSV(B) 264.11º 0.86% 0.49% -
XYZ 5.7 2.82 19.31 -
YUV 42.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 60 17 124 0.52 0.86 0 0.51 264.11 0.76 0.28
Hex 3C 11 7C 34 56 0 33 108 4C 1C
Octal 74 21 174 64 126 0 63 410 114 34
Binary 111100 10001 1111100 110100 1010110 0 110011 100001000 1001100 11100

Color Harmonies of #3C117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C117C

Black with #3C117C

Text Example


Text Example

White with #3C117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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