Html Css Color HEX #3C118B Persian Indigo

📋 copy color: '#3C118B'

red 60 ◦ green 17 ◦ blue 139

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

Shades of Persian Indigo #3C118B

Tints of Persian Indigo #3C118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.35%

R = 27.78%
G = 7.87%
B = 64.35%

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

#3C118B (or 0x3C118B) is known color: Persian Indigo. HEX triplet: 3C, 11 and 8B. RGB value is (60,17,139). Sum of RGB (Red+Green+Blue) = 60+17+139=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C118B is #C3EE74. Grayscale: #2B2B2B. Windows color (decimal): -12840565 or 9113916. OLE color: 9113916.

HSL color Cylindrical-coordinate representation of color #3C118B: hue angle of 261.15º 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 #3C118B is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 17 139 -
CMYK 0.57 0.88 0 0.45
HSL 261.15º 0.78% 0.31% -
HSV(B) 261.15º 0.88% 0.55% -
XYZ 6.72 3.23 24.69 -
YUV 43.77 181.75 139.58 -
System Red Green Blue C M Y K H S L
Decimal 60 17 139 0.57 0.88 0 0.45 261.15 0.78 0.31
Hex 3C 11 8B 39 58 0 2D 105 4E 1F
Octal 74 21 213 71 130 0 55 405 116 37
Binary 111100 10001 10001011 111001 1011000 0 101101 100000101 1001110 11111

Color Harmonies of #3C118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C118B

Black with #3C118B

Text Example


Text Example

White with #3C118B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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