Html Css Color HEX #3C047A Indigo

📋 copy color: '#3C047A'

red 60 ◦ green 4 ◦ blue 122

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

Shades of Indigo #3C047A

Tints of Indigo #3C047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 65.59%

R = 32.26%
G = 2.15%
B = 65.59%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C047A (or 0x3C047A) is known color: Indigo. HEX triplet: 3C, 04 and 7A. RGB value is (60,4,122). Sum of RGB (Red+Green+Blue) = 60+4+122=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 122 (48.05% from 255 or 65.59% from 186); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C047A is #C3FB85. Grayscale: #212121. Windows color (decimal): -12843910 or 7996476. OLE color: 7996476.

HSL color Cylindrical-coordinate representation of color #3C047A: hue angle of 268.47º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C047A is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 60 4 122 -
CMYK 0.51 0.97 0 0.52
HSL 268.47º 0.94% 0.25% -
HSV(B) 268.47º 0.97% 0.48% -
XYZ 5.42 2.45 18.6 -
YUV 34.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 60 4 122 0.51 0.97 0 0.52 268.47 0.94 0.25
Hex 3C 4 7A 33 61 0 34 10C 5E 19
Octal 74 4 172 63 141 0 64 414 136 31
Binary 111100 100 1111010 110011 1100001 0 110100 100001100 1011110 11001

Color Harmonies of #3C047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C047A

Black with #3C047A

Text Example


Text Example

White with #3C047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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