Html Css Color HEX #3C049B Indigo

📋 copy color: '#3C049B'

red 60 ◦ green 4 ◦ blue 155

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

Shades of Indigo #3C049B

Tints of Indigo #3C049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 155 (60.94% from 255) = 70.78%

R = 27.4%
G = 1.83%
B = 70.78%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C049B (or 0x3C049B) is known color: Indigo. HEX triplet: 3C, 04 and 9B. RGB value is (60,4,155). Sum of RGB (Red+Green+Blue) = 60+4+155=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C049B is #C3FB64. Grayscale: #252525. Windows color (decimal): -12843877 or 10159164. OLE color: 10159164.

HSL color Cylindrical-coordinate representation of color #3C049B: hue angle of 262.25º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C049B is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 4 155 -
CMYK 0.61 0.97 0 0.39
HSL 262.25º 0.95% 0.31% -
HSV(B) 262.25º 0.97% 0.61% -
XYZ 7.82 3.41 31.26 -
YUV 37.96 194.05 143.72 -
System Red Green Blue C M Y K H S L
Decimal 60 4 155 0.61 0.97 0 0.39 262.25 0.95 0.31
Hex 3C 4 9B 3D 61 0 27 106 5F 1F
Octal 74 4 233 75 141 0 47 406 137 37
Binary 111100 100 10011011 111101 1100001 0 100111 100000110 1011111 11111

Color Harmonies of #3C049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C049B

Black with #3C049B

Text Example


Text Example

White with #3C049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,4,155); }

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

background-color css

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

 a { background-color: rgb(60,4,155); }

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

border-color css

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

 span { border-color: rgb(60,4,155); }

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