Html Css Color HEX #3C118C Persian Indigo

📋 copy color: '#3C118C'

red 60 ◦ green 17 ◦ blue 140

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

Shades of Persian Indigo #3C118C

Tints of Persian Indigo #3C118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 64.52%

R = 27.65%
G = 7.83%
B = 64.52%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C118C (or 0x3C118C) is known color: Persian Indigo. HEX triplet: 3C, 11 and 8C. RGB value is (60,17,140). Sum of RGB (Red+Green+Blue) = 60+17+140=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C118C is #C3EE73. Grayscale: #2B2B2B. Windows color (decimal): -12840564 or 9179452. OLE color: 9179452.

HSL color Cylindrical-coordinate representation of color #3C118C: hue angle of 260.98º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C118C is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 17 140 -
CMYK 0.57 0.88 0 0.45
HSL 260.98º 0.78% 0.31% -
HSV(B) 260.98º 0.88% 0.55% -
XYZ 6.8 3.26 25.08 -
YUV 43.88 182.25 139.5 -
System Red Green Blue C M Y K H S L
Decimal 60 17 140 0.57 0.88 0 0.45 260.98 0.78 0.31
Hex 3C 11 8C 39 58 0 2D 105 4E 1F
Octal 74 21 214 71 130 0 55 405 116 37
Binary 111100 10001 10001100 111001 1011000 0 101101 100000101 1001110 11111

Color Harmonies of #3C118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C118C

Black with #3C118C

Text Example


Text Example

White with #3C118C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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